Loading Jenkinsfile +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ pipeline { updateGitlabCommitStatus name: 'Resolve', state: 'pending' dir('apis') { checkout changelog: true, poll: false, scm: [ $class: 'GitSCM', branches: [[name: "${env.gitlabSourceBranch}"]], $class: 'GitSCM', branches: [[name: "${env.gitlabBranch}"]], doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'PreBuildMerge', options: [ fastForwardMode: 'FF', mergeRemote: 'origin', mergeStrategy: 'DEFAULT', Loading Loading
Jenkinsfile +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ pipeline { updateGitlabCommitStatus name: 'Resolve', state: 'pending' dir('apis') { checkout changelog: true, poll: false, scm: [ $class: 'GitSCM', branches: [[name: "${env.gitlabSourceBranch}"]], $class: 'GitSCM', branches: [[name: "${env.gitlabBranch}"]], doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'PreBuildMerge', options: [ fastForwardMode: 'FF', mergeRemote: 'origin', mergeStrategy: 'DEFAULT', Loading