Update 'Jenkinsfile'
This commit is contained in:
parent
9e8c6671da
commit
3637191fa7
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -3,7 +3,7 @@ pipeline {
|
||||
stages {
|
||||
stage('build docker') {
|
||||
steps {
|
||||
sh 'docker build -t jupyterlab-sguba .'
|
||||
sh 'docker build --no-cache -t jupyterlab-sguba .'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user