Skip to content

Commit

Permalink
disable parallel for single stage
Browse files Browse the repository at this point in the history
  • Loading branch information
djherbis committed Dec 4, 2024
1 parent 78bc69b commit b547e09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pipeline {

stages {
stage('Pre-build Packages from Source') {
parallel {
stages {
stage('lightgbm') {
options {
timeout(time: 10, unit: 'MINUTES')
Expand All @@ -42,6 +42,7 @@ pipeline {
}
}
}

stage('Build/Test/Diff') {
parallel {
stage('CPU') {
Expand Down

0 comments on commit b547e09

Please sign in to comment.