updated builds

This commit is contained in:
2025-12-13 09:14:25 -06:00
parent 8d3642280d
commit 7d4c7fbffb
4 changed files with 20 additions and 0 deletions

View File

@@ -37,6 +37,9 @@ pipeline {
}
}
stage('clean_packages') {
steps { script { retryWithBackoff(2, 5) { sh 'clean_packages.sh' } } }
}
stage('grab_packages') {
steps { script { retryWithBackoff(2, 5) { sh 'grab_packages.sh' } } }
}