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 @@ -43,7 +43,7 @@ pipeline {
4343 pom=${WORKSPACE_SAV}/qute.jdt/pom.xml
4444
4545 pomVersion=$(grep "<version>" ${pom} | head -1 | sed -e "s#.*<version>\\ (.\\ +\\ )</version>.*#\\ 1#")
46- WORKSPACE=${WORKSPACE_SAV}/qute.jdt/com.redhat.qute.jdt.quarkus. site/target/releng-scripts
46+ WORKSPACE=${WORKSPACE_SAV}/qute.jdt/com.redhat.qute.jdt.site/target/releng-scripts
4747 if [[ ${pomVersion} == *"-SNAPSHOT" ]]; then
4848 ${MVN} -f ${pom} -Pdeploy-to-jboss.org clean deploy -DJOB_NAME=${JOB_NAME} -DBUILD_NUMBER=${BUILD_NUMBER} -DBUILD_TIMESTAMP=${BUILD_TIMESTAMP} -DdeployTargetFolder=vscode/snapshots/builds/qute-jdt/${BUILD_TIMESTAMP}-B${BUILD_NUMBER}/all/repo/ -Dsurefire.timeout=1800 -Dmaven.test.failure.ignore=true
4949 else
You can’t perform that action at this time.
0 commit comments