Update 'Jenkinsfile'

This commit is contained in:
fabrice 2018-12-19 17:40:00 +00:00
parent a6a7bb75fb
commit 611ee48e8e

2
Jenkinsfile vendored
View File

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