@@ -70,6 +70,7 @@ pipeline {
7070 withMaven(maven : buildMvn, jdk : buildJdk,
7171 mavenSettingsConfig : deploySettings,
7272 mavenLocalRepo : localRepository,
73+ publisherStrategy : ' EXPLICIT' ,
7374 options : [concordionPublisher(disabled : true ), dependenciesFingerprintPublisher(disabled : true ),
7475 findbugsPublisher(disabled : true ), artifactsPublisher(disabled : true ),
7576 invokerPublisher(disabled : true ), jgivenPublisher(disabled : true ),
@@ -91,7 +92,7 @@ pipeline {
9192 // -Dmaven.compiler.fork=true: Compile in a separate forked process
9293 // -Pci-server: Profile for CI-Server
9394 // -Pit-js: Run the selenium test
94- sh " mvn clean verify -B -V -U -e -fae -Dmaven.compiler.fork=true - DmaxWaitTimeInMs=2000 -Pci-server -Pit-js -DtrimStackTrace=false -Djava.io.tmpdir=.tmp -pl :archiva-webapp-test"
95+ sh " mvn clean verify -B -V -U -e -fae -DmaxWaitTimeInMs=2000 -Pci-server -Pit-js -DtrimStackTrace=false -Djava.io.tmpdir=.tmp -pl :archiva-webapp-test"
9596
9697 }
9798 }
@@ -116,11 +117,12 @@ pipeline {
116117 }
117118 steps {
118119 timeout(120 ) {
119- withCredentials([[$class : ' UsernamePasswordMultiBinding' , credentialsId : DOCKERHUB_CREDS ,
120+ withCredentials([[$class : ' UsernamePasswordMultiBinding' , credentialsId : DOCKERHUB_CREDS ,
120121 usernameVariable : ' DOCKER_HUB_USER' , passwordVariable : ' DOCKER_HUB_PW' ]]) {
121122 withMaven(maven : buildMvn, jdk : buildJdk,
122123 mavenSettingsConfig : deploySettings,
123124 mavenLocalRepo : localRepository,
125+ publisherStrategy : ' EXPLICIT' ,
124126 options : [concordionPublisher(disabled : true ), dependenciesFingerprintPublisher(disabled : true ),
125127 findbugsPublisher(disabled : true ), artifactsPublisher(disabled : true ),
126128 invokerPublisher(disabled : true ), jgivenPublisher(disabled : true ),
0 commit comments