fix(ci): add missing script block
This commit is contained in:
parent
78010971ea
commit
575675007a
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -8,10 +8,14 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('docker') {
|
stage('docker') {
|
||||||
steps {
|
steps {
|
||||||
|
echo 'Starting docker image build'
|
||||||
|
|
||||||
|
script {
|
||||||
docker.build("northcode/telegram-leetbot")
|
docker.build("northcode/telegram-leetbot")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user