Skip to content

Commit

Permalink
Updated build image to make RCPTT tests more stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
ylussaud committed Dec 21, 2023
1 parent e7de647 commit a510d97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pipeline {
agent {
label 'centos-latest'
label 'basic-ubuntu-latest'
}

options {
Expand Down Expand Up @@ -69,7 +69,7 @@ pipeline {
}
steps {
wrap([$class: 'Xvnc', takeScreenshot: false, useXauthority: true]) {
sh "mvn clean verify -P$PLATFORM"
sh "mvn clean verify -P$PLATFORM -Dmaven.wagon.provider.http=httpclient -Dmaven.artifact.threads=12 -Dhttp.tcp.nodelay=false"
}
}
}
Expand Down

0 comments on commit a510d97

Please sign in to comment.