From 72aca48f59e154ef573e98aa8043dd52eeadef25 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Wed, 23 Nov 2022 00:05:39 +0000 Subject: [PATCH] test fix to cleanup --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ba7b33e..030f0a4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -150,7 +150,7 @@ pipeline { script { try{ echo "Cleaning up artifacts from the build..." - sh 'tests/cleanup.sh' + sh 'sudo tests/cleanup.sh' } catch(error) { def error_details = readFile('./debug'); def message = "BUILD ERROR: There was a problem with cleanup of the image. \n\n ${error_details}"