Jenkinsfile fix

This commit is contained in:
Juan Ferrer 2019-01-11 14:01:02 +01:00
parent bd90f302bf
commit b8b78f9517
1 changed files with 22 additions and 22 deletions

2
Jenkinsfile vendored
View File

@ -10,7 +10,6 @@ pipeline {
TAG = "${env.BRANCH_NAME}"
}
stages {
stage ('Checkout') {
script {
env.COMPOSE_PROJECT_NAME = env.JOB_NAME.replace('/', '-');
@ -34,6 +33,7 @@ pipeline {
break;
}
}
stage ('Checkout') {
checkout scm
script {
env.GIT_COMMITTER_EMAIL = sh(