From 2330c708134b3b6018b8f4588801a1d262501c43 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Wed, 23 Nov 2022 02:40:05 +0000 Subject: [PATCH] testing cleanup --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 030f0a4..ba7b33e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -150,7 +150,7 @@ pipeline { script { try{ echo "Cleaning up artifacts from the build..." - sh 'sudo tests/cleanup.sh' + sh '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}"