disable testing
All checks were successful
Blockstorage/repertory/pipeline/head This commit looks good
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-09-14 07:43:22 -07:00
parent 18d3a7d843
commit 37e8204d92

View File

@@ -43,11 +43,11 @@ pipeline {
} }
} }
stage('msys2_test') { // stage('msys2_test') {
steps { // steps {
script { retryWithBackoff(2, 5) { bat 'scripts\\run_tests.cmd' } } // script { retryWithBackoff(2, 5) { bat 'scripts\\run_tests.cmd' } }
} // }
} // }
} }
} }
} }