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