Skip to content

Commit

Permalink
add -x
Browse files Browse the repository at this point in the history
  • Loading branch information
skuzzle committed Dec 21, 2021
1 parent fc9abee commit cc7bc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JenkinsfileRelease
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pipeline {
stage('Create GitHub release') {
steps {
sh 'git checkout main'
sh "mvn -B github-release:github-release -Dgithub.release-token=${GITHUB_RELEASE_TOKEN}"
sh "mvn -B github-release:github-release -Dgithub.release-token=${GITHUB_RELEASE_TOKEN} -X"
}
}
stage('Deploy to production') {
Expand Down

0 comments on commit cc7bc60

Please sign in to comment.