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