Update Jenkinsfile

This commit is contained in:
ametgud4u 2020-07-26 22:34:43 +05:30 committed by GitHub
parent 78c42a1a1a
commit 5aad449ddc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Jenkinsfile vendored
View file

@ -18,7 +18,7 @@ node('centos_host'){
}
stage('Create Docker Image ') {
sh label: '', script: 'BuildImage'
sh '${WORKSPACE}/SpringPetClinic-Piple/BuildImage.sh'
}
}
}
}