jenkins: wtf

This commit is contained in:
2026-02-24 03:45:05 -06:00
parent f99105c222
commit 2b5b791399
Vendored
+1
View File
@@ -40,6 +40,7 @@ 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 {
checkout scm checkout scm
} }