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