fix(ci): add missing steps in jenkinsfile
This commit is contained in:
parent
4badb8c817
commit
38c46eb8de
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -7,9 +7,11 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('docker') {
|
||||
steps {
|
||||
docker.build()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
success {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user