Commiting tags
This commit is contained in:
parent
ca54a6f908
commit
73c48ef38d
1 changed files with 1 additions and 2 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -47,8 +47,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("Tag and Push") {
|
stage("Tag and Push") {
|
||||||
agent any
|
sshagent(['git-credentials-id']) {
|
||||||
steps {
|
|
||||||
sh 'git push --tags'
|
sh 'git push --tags'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue