mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-03 02:37:48 +08:00
Remove unnecessary comment
This commit is contained in:
@@ -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']],
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user