Loading Jenkinsfile +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ pipeline { submoduleCfg: [], userRemoteConfigs: [[ credentialsId: 'f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e', url: ${env.gitlabSourceRepoSshUrl}]] url: "${env.gitlabSourceRepoSshUrl}" ]] ] checkout changelog: false, poll: false, scm: [ $class: 'GitSCM', branches: [[name: '*/master']], Loading Loading
Jenkinsfile +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ pipeline { submoduleCfg: [], userRemoteConfigs: [[ credentialsId: 'f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e', url: ${env.gitlabSourceRepoSshUrl}]] url: "${env.gitlabSourceRepoSshUrl}" ]] ] checkout changelog: false, poll: false, scm: [ $class: 'GitSCM', branches: [[name: '*/master']], Loading