Loading Jenkinsfile +4 −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.gitlabAfter}"]], doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'PreBuildMerge', options: [ fastForwardMode: 'FF', mergeRemote: 'origin', mergeStrategy: 'DEFAULT', Loading @@ -30,6 +30,9 @@ pipeline { credentialsId: 'f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e', url: "${env.gitlabSourceRepoSshUrl}" ]] ] sh 'git log --oneline -n 5' sh 'git status -sb' } dir('scripts'){ checkout changelog: false, poll: false, scm: [ Loading Loading
Jenkinsfile +4 −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.gitlabAfter}"]], doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'PreBuildMerge', options: [ fastForwardMode: 'FF', mergeRemote: 'origin', mergeStrategy: 'DEFAULT', Loading @@ -30,6 +30,9 @@ pipeline { credentialsId: 'f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e', url: "${env.gitlabSourceRepoSshUrl}" ]] ] sh 'git log --oneline -n 5' sh 'git status -sb' } dir('scripts'){ checkout changelog: false, poll: false, scm: [ Loading