From 7dd92de851f92ae14458ed7a2f06de7608561fe6 Mon Sep 17 00:00:00 2001 From: willaspace Date: Sat, 9 Jan 2021 18:30:40 +0000 Subject: [PATCH] Update 'Jenkinsfile' --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1dab6f4..68ad060 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { stage('build') { steps { sh ' docker build -t registry.willaspace.com/willaspace/$IMAGE_NAME:latest .' - sh 'cd /home/administrator/apps/$IMAGE_NAME/;./BuildDocker' + sh 'cd /home/administrator/apps/$IMAGE_NAME/; sudo ./BuildDocker' } }