File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5959 container(' container' ) {
6060 withCredentials([string(credentialsId : " ${ GITHUB_API_CREDENTIALS_ID} " , variable : ' GITHUB_API_TOKEN' )]) {
6161 wrap([$class : ' Xvnc' , useXauthority : true ]) {
62- sh ' mvn clean verify -B -fae -Dtycho.disableP2Mirrors=true -Ddownload.cache.skip=true -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true -PpackAndSign,signForMac -Dmaven.repo.local=$WORKSPACE/.m2/repository -Dgithub.api.token="${GITHUB_API_TOKEN}"'
62+ sh ' mvn clean verify -B -fae -Dtycho.disableP2Mirrors=true -Ddownload.cache.skip=true -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true -PpackAndSign -Dmaven.repo.local=$WORKSPACE/.m2/repository -Dgithub.api.token="${GITHUB_API_TOKEN}"'
6363 }
6464 }
6565 }
You can’t perform that action at this time.
0 commit comments