Loading Jenkinsfile +4 −4 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ pipeline{ gitLabConnection('Gitlab at Forge') } agent any stages { gitlabBuilds(builds: ["build", "test"]) { stage('Resolve') { steps{ sh 'echo Resolve stage' Loading Loading
Jenkinsfile +4 −4 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ pipeline{ gitLabConnection('Gitlab at Forge') } agent any stages { gitlabBuilds(builds: ["build", "test"]) { stage('Resolve') { steps{ sh 'echo Resolve stage' Loading