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 75a8620 commit e7de647
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pipeline {
agent {
label 'migration'
label 'centos-latest'
}

options {
Expand Down Expand Up @@ -32,7 +32,7 @@ pipeline {
}
steps {
wrap([$class: 'Xvnc', takeScreenshot: false, useXauthority: true]) {
sh "mvn clean verify -P$PLATFORM -Psign"
sh "mvn clean verify -P$PLATFORM -Psign -Dmaven.wagon.provider.http=httpclient -Dmaven.artifact.threads=12 -Dhttp.tcp.nodelay=false"
}
sshagent ( ['projects-storage.eclipse.org-bot-ssh']) {
sh '''
Expand All @@ -53,7 +53,7 @@ pipeline {
}
steps {
wrap([$class: 'Xvnc', takeScreenshot: false, useXauthority: true]) {
sh "mvn clean verify deploy:deploy -P$PLATFORM -Psign"
sh "mvn clean verify deploy:deploy -P$PLATFORM -Psign -Dmaven.wagon.provider.http=httpclient -Dmaven.artifact.threads=12 -Dhttp.tcp.nodelay=false"
}
sshagent ( ['projects-storage.eclipse.org-bot-ssh']) {
sh '''
Expand Down

0 comments on commit e7de647

Please sign in to comment.