Add 'Jenkinsfile'
This commit is contained in:
parent
9a07e40e44
commit
356967a27f
10
Jenkinsfile
vendored
Normal file
10
Jenkinsfile
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
stages {
|
||||||
|
stage('build docker') {
|
||||||
|
steps {
|
||||||
|
sh 'docker build -t jupyterlab .'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user