diff --git a/Jenkinsfile b/Jenkinsfile index a917524..10e8a4d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,9 @@ pipeline { stages { stage('Build') { - sh 'docker build -t microblog:latest .' + steps { + sh 'docker build -t microblog:latest .' + } } } }