Remove unnecessary comment

This commit is contained in:
Mike Bonnet
2019-04-30 15:10:41 -07:00
parent 21a6f80e1a
commit 5fffcfedd6

View File

@@ -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']],
])