fix git tag cmd #10
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -176,7 +176,7 @@ pipeline {
|
||||
else
|
||||
{
|
||||
echo "new-tag requested in commit message: $BUMPED_VERSION"
|
||||
sh("git tag -a $BUMPED_VERSION")
|
||||
sh("git tag $BUMPED_VERSION")
|
||||
sh("git push origin master --tags")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user