rewrite php Jenkinsfile

This commit is contained in:
2020-04-05 13:49:02 -04:00
parent 42b5ffd95a
commit 76a0182188

View File

@@ -20,8 +20,9 @@ pipeline {
// } // }
// } // }
def workdir = "dockerfiles/tasks/php"
stage('Build PHP Images') { stage('Build PHP Images') {
def workdir = "dockerfiles/tasks/php"
parallel php70 { parallel php70 {
def version = "7.0" def version = "7.0"
def dockerfile = "Dockerfile-70" def dockerfile = "Dockerfile-70"