diff --git a/Jenkinsfile b/Jenkinsfile index cf4bb7b..aa25f09 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,6 +40,7 @@ pipeline { expression { return env.GIT_BRANCH != "origin/main" } } agent { label 'agent-13' } + sh 'printenv' steps { checkout scm }