JenkinsFile

This commit is contained in:
Vicente Falco 2018-01-17 14:56:03 +01:00
parent 1acfdf5950
commit 309f31fb93
1 changed files with 0 additions and 6 deletions

6
Jenkinsfile vendored
View File

@ -43,17 +43,11 @@ node
stage ("Stopping/Removing Docker")
{
environment {
env.BUILD_TAG = env.BUILD_NUMBER - 1;
}
sh "docker-compose down --rmi 'all'"
}
stage ("Generar dockers")
{
environment {
env.BUILD_TAG = env.BUILD_NUMBER;
}
sh "docker-compose up -d --build"
}
}