Loading Jenkinsfile +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ pipeline { stage('Full build') { steps { xvnc { sh "mvn -B -f releng/org.eclipse.sphinx.releng.builds/parent/pom.xml ${SIGN_BUILD_PARAMETER} ${VERSION_MAVEN_PARAMETER} -P platform-oxygen -Dmaven.repo.local=$WORKSPACE/.repository -Dmaven.test.failure.ignore=true clean install" sh "mvn -B -f releng/org.eclipse.sphinx.releng.builds/pom.xml ${SIGN_BUILD_PARAMETER} ${VERSION_MAVEN_PARAMETER} -P platform-oxygen -Dmaven.repo.local=$WORKSPACE/.repository -Dmaven.test.failure.ignore=true clean install" } } } Loading Loading
Jenkinsfile +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ pipeline { stage('Full build') { steps { xvnc { sh "mvn -B -f releng/org.eclipse.sphinx.releng.builds/parent/pom.xml ${SIGN_BUILD_PARAMETER} ${VERSION_MAVEN_PARAMETER} -P platform-oxygen -Dmaven.repo.local=$WORKSPACE/.repository -Dmaven.test.failure.ignore=true clean install" sh "mvn -B -f releng/org.eclipse.sphinx.releng.builds/pom.xml ${SIGN_BUILD_PARAMETER} ${VERSION_MAVEN_PARAMETER} -P platform-oxygen -Dmaven.repo.local=$WORKSPACE/.repository -Dmaven.test.failure.ignore=true clean install" } } } Loading