Skip to content

Commit

Permalink
build: fix cleanup of qute.jdt update site
Browse files Browse the repository at this point in the history
Fixes #569

Signed-off-by: Jeff MAURY <[email protected]>
  • Loading branch information
jeffmaury authored and angelozerr committed Feb 21, 2022
1 parent 7760f65 commit 3ff7394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pipeline {
pom=${WORKSPACE_SAV}/qute.jdt/pom.xml
pomVersion=$(grep "<version>" ${pom} | head -1 | sed -e "s#.*<version>\\(.\\+\\)</version>.*#\\1#")
WORKSPACE=${WORKSPACE_SAV}/qute.jdt/com.redhat.qute.jdt.quarkus.site/target/releng-scripts
WORKSPACE=${WORKSPACE_SAV}/qute.jdt/com.redhat.qute.jdt.site/target/releng-scripts
if [[ ${pomVersion} == *"-SNAPSHOT" ]]; then
${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
else
Expand Down

0 comments on commit 3ff7394

Please sign in to comment.