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