Jenkinsfile fixes

This commit is contained in:
Juan Ferrer 2019-01-11 13:58:52 +01:00
parent 27cc8ba2b1
commit bd90f302bf
1 changed files with 23 additions and 23 deletions

4
Jenkinsfile vendored
View File

@ -9,6 +9,8 @@ pipeline {
DOCKER_HOST_2 = 'tcp://vch1.verdnatura.es:2376'
TAG = "${env.BRANCH_NAME}"
}
stages {
stage ('Checkout') {
script {
env.COMPOSE_PROJECT_NAME = env.JOB_NAME.replace('/', '-');
@ -32,8 +34,6 @@ pipeline {
break;
}
}
stages {
stage ('Checkout') {
checkout scm
script {
env.GIT_COMMITTER_EMAIL = sh(