Loading Jenkinsfile +2 −2 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ pipeline { } updateGitlabCommitStatus name: 'Resolve', state: 'success' script { $(RESOLVE_SUCCEDED) = "true" $(env.RESOLVE_SUCCEDED) = "true" } } } Loading Loading @@ -101,7 +101,7 @@ pipeline { failure { script { if ($(RESOLVE_SUCCEDED) == "false") { if ($(env.RESOLVE_SUCCEDED) == "false") { updateGitlabCommitStatus name: 'Resolve', state: 'failed' } RECIPIENT = """${sh( Loading Loading
Jenkinsfile +2 −2 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ pipeline { } updateGitlabCommitStatus name: 'Resolve', state: 'success' script { $(RESOLVE_SUCCEDED) = "true" $(env.RESOLVE_SUCCEDED) = "true" } } } Loading Loading @@ -101,7 +101,7 @@ pipeline { failure { script { if ($(RESOLVE_SUCCEDED) == "false") { if ($(env.RESOLVE_SUCCEDED) == "false") { updateGitlabCommitStatus name: 'Resolve', state: 'failed' } RECIPIENT = """${sh( Loading