From 36151cb1a6304d7cd921525603f2c1912dc0cc0c Mon Sep 17 00:00:00 2001 From: willaspace Date: Sat, 9 Jan 2021 18:40:28 +0000 Subject: [PATCH] Update 'Jenkinsfile' --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 68ad060..f1b3938 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/; sudo ./BuildDocker' + sh 'cd /home/administrator/apps/$IMAGE_NAME/; sudo -n ./BuildDocker' } }