We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47424d commit 23221c4Copy full SHA for 23221c4
vars/mavenCiPipeline.groovy
@@ -92,7 +92,7 @@ def call(Closure closure) {
92
if (isDeployableBranch) {
93
sshagent([scm.userRemoteConfigs[0].credentialsId]) {
94
sh 'mkdir ~/.ssh && echo StrictHostKeyChecking no > ~/.ssh/config'
95
- sh "git tag ${tag}"
+ sh "git tag -a ${tag} -m Release"
96
sh "git push origin ${tag}"
97
}
98
0 commit comments