Skip to content

Commit 23221c4

Browse files
committed
Updating tagging
1 parent b47424d commit 23221c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/mavenCiPipeline.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def call(Closure closure) {
9292
if (isDeployableBranch) {
9393
sshagent([scm.userRemoteConfigs[0].credentialsId]) {
9494
sh 'mkdir ~/.ssh && echo StrictHostKeyChecking no > ~/.ssh/config'
95-
sh "git tag ${tag}"
95+
sh "git tag -a ${tag} -m Release"
9696
sh "git push origin ${tag}"
9797
}
9898
}

0 commit comments

Comments
 (0)