diff --git a/Jenkinsfile b/Jenkinsfile index d27acb1..c215dac 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('build docker') { steps { - sh 'docker build -t jupyterlab-sguba .' + sh 'docker build --no-cache -t jupyterlab-sguba .' } } }