Jenkinsfile fixes

This commit is contained in:
Juan Ferrer 2019-02-12 00:24:08 +01:00
parent 2214d9cae3
commit 18afce9b1b
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -71,7 +71,7 @@ pipeline {
}
}
}
stage('Docker') {
stage('Build') {
when {
not { branch 'dev' }
}