From 7b15975a8a74ca711a956d9dd2de537cb88f77e4 Mon Sep 17 00:00:00 2001 From: victormylle <32961910+victormylle@users.noreply.github.com> Date: Sat, 14 Nov 2020 11:47:45 +0100 Subject: [PATCH] deleted some weird characters --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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