File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/org/ods/orchestration/util Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -349,9 +349,8 @@ class MROPipelineUtil extends PipelineUtil {
349349 scmResult. scmBranch = repo. ' preview-branch' ? repo. ' preview-branch' : repo. defaultBranch
350350 } catch (ex) {
351351 if (repo. ' preview-branch' ) {
352- def errorMessage = " The preview branch configured for component " +
353- " \" ${ repo.name ? repo.name : GitUtil.buildFullRepoName(project.getKey(), repo.id)} (preview-branch: ${ repo.'preview-branch'} )\" could not be found. " +
354- " You can get in touch with our Support team here: https://confluence.biscrum.com/pages/viewpage.action?spaceKey=EDPON&title=Support."
352+ def errorMessage = " The preview branch configured for repository " +
353+ " \" ${ repo.name ? repo.name : GitUtil.buildFullRepoName(project.getKey(), repo.id)} (preview-branch: ${ repo.'preview-branch'} )\" could not be found."
355354 throw new RuntimeException (errorMessage)
356355 }
357356 throw ex
You can’t perform that action at this time.
0 commit comments