Update 'Jenkinsfile'

This commit is contained in:
fabrice 2019-03-15 16:44:06 +00:00
parent 20af80d02d
commit 61642cfbb5

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('build docker') { stage('build docker') {
steps { steps {
sh 'docker build --no-cache -t jupyterlab-sguba .' sh 'docker build -t jupyterlab-sguba .'
} }
} }
} }