fix(ci): add missing script block

This commit is contained in:
andreas 2019-05-13 21:33:26 +02:00
parent 78010971ea
commit 575675007a

4
Jenkinsfile vendored
View File

@ -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 {