Skip to content

Commit 3ff7394

Browse files
jeffmauryangelozerr
authored andcommitted
build: fix cleanup of qute.jdt update site
Fixes #569 Signed-off-by: Jeff MAURY <jmaury@redhat.com>
1 parent 7760f65 commit 3ff7394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)