Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
testing cleanup
  • Loading branch information
pcaskey committed Nov 23, 2022
1 parent 72aca48 commit 2330c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -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}"
Expand Down

0 comments on commit 2330c70

Please sign in to comment.