Skip to content

Commit b547e09

Browse files
committed
disable parallel for single stage
1 parent 78bc69b commit b547e09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pipeline {
2222

2323
stages {
2424
stage('Pre-build Packages from Source') {
25-
parallel {
25+
stages {
2626
stage('lightgbm') {
2727
options {
2828
timeout(time: 10, unit: 'MINUTES')
@@ -42,6 +42,7 @@ pipeline {
4242
}
4343
}
4444
}
45+
4546
stage('Build/Test/Diff') {
4647
parallel {
4748
stage('CPU') {

0 commit comments

Comments
 (0)