Loading Jenkinsfile +1 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ pipeline{ sh 'echo Resolve stage' updateGitlabCommitStatus name: 'jenkins', state: 'pending' checkout scm 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']]] } } stage('Validate') { Loading Loading
Jenkinsfile +1 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ pipeline{ sh 'echo Resolve stage' updateGitlabCommitStatus name: 'jenkins', state: 'pending' checkout scm 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']]] } } stage('Validate') { Loading