Skip to content

Commit

Permalink
cannot build Jetty and Arquilian in parallel
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy committed Mar 13, 2024
1 parent 8573d14 commit 6768a95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ pipeline {

stages {

stage('Build External') {
parallel {
//stage('Build External') {
//parallel {

stage("Checkout Build Jetty 12.0.x") {
steps {
Expand Down Expand Up @@ -92,8 +92,8 @@ pipeline {
}


}
}
//}
//}
stage("Checkout Build TCK Sources") {
steps {
ws('tck') {
Expand Down

0 comments on commit 6768a95

Please sign in to comment.