jenkins: expand testing

This commit is contained in:
2026-02-24 05:00:48 -06:00
parent f166f6a8a9
commit ba526fe2c4
Vendored
+1 -1
View File
@@ -45,7 +45,7 @@ pipeline {
stage('Test Checkout') {
when {
beforeAgent true
expression { return ('test' == 'test') }
expression { return ('origin/zzz' == 'origin/zzz') }
}
agent { label 'agent-13' }
steps {