ci043-add-jenkins-ci #13
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -28,6 +28,12 @@ pipeline {
|
|||||||
sh 'npm run build'
|
sh 'npm run build'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stage('Containerize') {
|
||||||
|
steps {
|
||||||
|
sh 'docker -h'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
post {
|
post {
|
||||||
|
|||||||
Reference in New Issue
Block a user