Commiting tags

This commit is contained in:
paola.rozo 2020-08-25 23:23:16 -05:00
parent dbff7dda78
commit 321360a751

2
Jenkinsfile vendored
View file

@ -53,7 +53,7 @@ pipeline {
sshagent (credentials: ['jenkins-generated-ssh-key']) { sshagent (credentials: ['jenkins-generated-ssh-key']) {
sh 'git push --tags' sh 'git push --tags'
} }
}
} }
} }
} }