Commit db01b237 authored by carignani's avatar carignani
Browse files

Fix scm checkout and add debug information

parent 5cbea6bb
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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', 
@@ -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: [