jenkins: why?

This commit is contained in:
2026-02-24 04:42:31 -06:00
parent dcf2cfb35d
commit 44dd96d36f
Vendored
+3
View File
@@ -52,6 +52,9 @@ pipeline {
}
agent { label 'agent-13' }
steps {
sh 'printenv'
sh 'echo $GIT_BRANCH'
sh 'echo "origin/main"'
script {
docker.build('test.trianta.dev:latest')
}