Skip to content

Commit 4ed204d

Browse files
committed
issue-1691: Fixing Jenkins deploy stage
1 parent e255542 commit 4ed204d

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
@@ -124,7 +124,7 @@ pipeline {
124124
}
125125

126126
sh "mvn deploy:deploy-file " +
127-
" -Dfile=./dist/packaging/strongbox-web-ui.zip " +
127+
" -Dfile=./dist/strongbox-web-ui.zip " +
128128
" -DrepositoryId=" + SERVER_ID +
129129
" -Durl=" + SERVER_URL +
130130
" -DartifactId=" + ARTIFACT_ID +

0 commit comments

Comments
 (0)