jenkins: why?
This commit is contained in:
Vendored
+3
@@ -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')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user