Skip to content

Commit

Permalink
adding parameter SKIP_DEPLOY to jenkins main build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Oct 18, 2023
1 parent 1811b18 commit c1961b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/jenkins/midpoint-main-pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ podTemplate(
df -h
fi

mvn -B -ntp -DskipTests clean deploy -DdeployAtEnd=true
mvn -B -ntp -DskipTests clean ${params.SKIP_DEPLOY ? 'install' : 'deploy -DdeployAtEnd=true'}

if [ "${verbose}" -ge 1 ]; then
df -h
Expand Down

0 comments on commit c1961b0

Please sign in to comment.