Loading Jenkinsfile +4 −1 Original line number Diff line number Diff line pipeline{ node (){ options { disableConcurrentBuilds() gitLabConnection('Gitlab at Forge') } agent any gitlabBuilds(builds: ["build", "test"]) { stage('Resolve') { steps{ Loading Loading
Jenkinsfile +4 −1 Original line number Diff line number Diff line pipeline{ node (){ options { disableConcurrentBuilds() gitLabConnection('Gitlab at Forge') } agent any gitlabBuilds(builds: ["build", "test"]) { stage('Resolve') { steps{ Loading