Commiting tags

This commit is contained in:
paola.rozo 2020-08-25 23:26:22 -05:00
parent 321360a751
commit 6662b8f90b

1
Jenkinsfile vendored
View file

@ -47,7 +47,6 @@ pipeline {
}
}
stage("Tag and Push") {
when { branch 'master' }
steps {
steps {
sshagent (credentials: ['jenkins-generated-ssh-key']) {