Skip to content

merge 3.4.1 03082024 rocky8 multiarch #23

merged 12 commits into from Mar 8, 2024
Prev Previous commit
Next Next commit
testing cleanup
pcaskey committed Nov 23, 2022
commit 2330c708134b3b6018b8f4588801a1d262501c43
2 changes: 1 addition & 1 deletion 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}"