jenkins: zzz

This commit is contained in:
2026-02-24 03:46:24 -06:00
parent 2b5b791399
commit d42c59c317
Vendored
+1 -1
View File
@@ -40,8 +40,8 @@ pipeline {
expression { return env.GIT_BRANCH != "origin/main" } expression { return env.GIT_BRANCH != "origin/main" }
} }
agent { label 'agent-13' } agent { label 'agent-13' }
sh 'printenv'
steps { steps {
sh 'printenv'
checkout scm checkout scm
} }
} }