Commiting tags
This commit is contained in:
parent
057bdf7521
commit
ca54a6f908
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -47,6 +47,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("Tag and Push") {
|
stage("Tag and Push") {
|
||||||
|
agent any
|
||||||
steps {
|
steps {
|
||||||
sh 'git push --tags'
|
sh 'git push --tags'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue