diff --git a/Jenkinsfile b/Jenkinsfile index a11a442..4bbce39 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,10 +3,10 @@ pipeline { stages { stage('Build Docker Image') { steps { - sh '''docker build -t worldcraftdiscordbot:latest .''' - sh '''docker tag worldcraftdiscordbot:latest worldcraftdiscordbot:latest:v${env.BUILD_ID}''' + sh 'docker build -t worldcraftdiscordbot:latest .' + sh 'docker tag worldcraftdiscordbot:latest worldcraftdiscordbot:latest:v${env.BUILD_ID}' } } } -} +} \ No newline at end of file