jenkins: test basic functionality

This commit is contained in:
2026-02-24 04:58:40 -06:00
parent f751c77610
commit f166f6a8a9
Vendored
+1 -1
View File
@@ -45,7 +45,7 @@ pipeline {
stage('Test Checkout') { stage('Test Checkout') {
when { when {
beforeAgent true beforeAgent true
expression { return !(env.GIT_BRANCH =~ 'origin/zzz') } expression { return ('test' == 'test') }
} }
agent { label 'agent-13' } agent { label 'agent-13' }
steps { steps {