jenkins: try with just main again

This commit is contained in:
2026-02-24 04:38:15 -06:00
parent dd0b5f63fe
commit dcf2cfb35d
Vendored
+1 -1
View File
@@ -4,7 +4,7 @@ pipeline {
stage('Checkout') { stage('Checkout') {
when { when {
beforeAgent true beforeAgent true
expression { return env.GIT_BRANCH =~ 'origin/main' } expression { return env.GIT_BRANCH =~ 'main' }
} }
agent { label 'agent-12' } agent { label 'agent-12' }
steps { steps {