Update Jenkinsfile

This commit is contained in:
Gabriel Augendre 2018-05-03 11:09:54 +02:00 committed by GitHub
parent 6654cc5e01
commit 5ccf341a51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -3,7 +3,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'env'
sh 'docker build --pull -t workout:jenkins .'
}
}
}