From 5fffcfedd680726f686dad0a024b71c75fe1b948 Mon Sep 17 00:00:00 2001 From: Mike Bonnet Date: Tue, 30 Apr 2019 15:10:41 -0700 Subject: [PATCH] Remove unnecessary comment --- .../integration/koji/pipelines/templates/mbs-build.Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/integration/koji/pipelines/templates/mbs-build.Jenkinsfile b/openshift/integration/koji/pipelines/templates/mbs-build.Jenkinsfile index ae8bcd0c..1e18473e 100644 --- a/openshift/integration/koji/pipelines/templates/mbs-build.Jenkinsfile +++ b/openshift/integration/koji/pipelines/templates/mbs-build.Jenkinsfile @@ -54,7 +54,7 @@ pipeline { steps { script { // check out specified branch/commit - /*def scmVars =*/ checkout([$class: 'GitSCM', + checkout([$class: 'GitSCM', branches: [[name: params.MBS_GIT_REF]], userRemoteConfigs: [[url: params.MBS_GIT_REPO, refspec: '+refs/heads/*:refs/remotes/origin/* +refs/pull/*/head:refs/remotes/origin/pull/*/head']], ])