fix args
Some checks failed
sgraves/cpp-build-system/pipeline/head Something is wrong with the build of this commit
sgraves/cpp-build-system_mac/pipeline/head This commit looks good

This commit is contained in:
2026-01-25 12:29:38 -06:00
parent 046bedad89
commit 5c93b23f64

View File

@@ -55,7 +55,7 @@ pipeline {
retryWithBackoff(2, 5) { sh 'scripts/run_tests.sh' }
retryWithBackoff(2, 5) {
sh '''
scripts/run_tests.sh '' '' '' '' 1 1
scripts/run_tests.sh '' '' '' 1 1
'''
}
retryWithBackoff(2, 5) { sh 'scripts/run_tests.sh aarch64' }
@@ -68,7 +68,7 @@ pipeline {
script {
retryWithBackoff(2, 5) {
sh '''
scripts/run_tests.sh '' '' '' '' 1 1
scripts/run_tests.sh '' '' '' 1 1
'''
}
}