fix jenkins
All checks were successful
sgraves/cpp-build-system_mac/pipeline/head This commit looks good
All checks were successful
sgraves/cpp-build-system_mac/pipeline/head This commit looks good
This commit is contained in:
@@ -37,10 +37,10 @@ pipeline {
|
||||
}
|
||||
|
||||
stage('clean_packages') {
|
||||
steps { script { retryWithBackoff(2, 5) { sh 'clean_packages.sh' } } }
|
||||
steps { script { retryWithBackoff(2, 5) { sh './clean_packages.sh' } } }
|
||||
}
|
||||
stage('grab_packages') {
|
||||
steps { script { retryWithBackoff(2, 5) { sh 'grab_packages.sh' } } }
|
||||
steps { script { retryWithBackoff(2, 5) { sh './grab_packages.sh' } } }
|
||||
}
|
||||
stage('macos_aarch64_shared') {
|
||||
steps {
|
||||
|
||||
Reference in New Issue
Block a user