diff --git a/theforeman.org/pipelines/test/smart-proxy.groovy b/theforeman.org/pipelines/test/smart-proxy.groovy index c391a0d6..8d28e63d 100644 --- a/theforeman.org/pipelines/test/smart-proxy.groovy +++ b/theforeman.org/pipelines/test/smart-proxy.groovy @@ -61,9 +61,7 @@ pipeline { stages { stage('Setup Git Repos') { steps { - script { - git_checkout() - } + git branch: git_branch, url: 'https://github.com/theforeman/smart-proxy' } } stage('Install dependencies') {