Commit 3093aced authored by carignani's avatar carignani
Browse files

Update Jenkinsfile

parent e7f63dcd
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -19,8 +19,7 @@ pipeline {
                   branches: [[name: "origin/${env.gitlabSourceBranch}"]],
                   doGenerateSubmoduleConfigurations: false,
                   extensions: [[$class: 'PreBuildMerge', options: [fastForwardMode: 'FF', mergeRemote: 'origin', mergeStrategy: 'DEFAULT', mergeTarget: "${env.gitlabTargetBranch}"]]],
                   submoduleCfg: [],
                   userRemoteConfigs: [[name: 'origin', url: 'git@gitlab.example.com:foo/testrepo.git']]
                   submoduleCfg: []
                ]
                checkout changelog: false, poll: false, scm: [$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[credentialsId: 'f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e', url: 'git@forge.etsi.org:cti/forge-tools/3gpp-scripts.git']]]
                updateGitlabCommitStatus name: 'Resolve', state: 'success'