Skip to content

Commit

Permalink
Bug/missing grapes 4x - 4.x (#719)
Browse files Browse the repository at this point in the history
* Fix NonCPS error in thumbnail replacement (#706)

* add missing check for ods-test type (#710)

* add missing grapes for master (#718)

* add missing grapes for master

Co-authored-by: Hector Rodriguez Cornejo <[email protected]>
Co-authored-by: zxBCN Farre_Basurte,Juan_Antonio (IT EDS) EXTERNAL <[email protected]>
  • Loading branch information
3 people authored Sep 1, 2021
1 parent caed248 commit 6b7379c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/ods/orchestration/util/MROPipelineUtil.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ class MROPipelineUtil extends PipelineUtil {
executeODSComponent(repo, baseDir, false)
} else if (this.project.isPromotionMode && name == PipelinePhases.DEPLOY) {
new DeployOdsComponent(project, steps, git, logger).run(repo, baseDir)
} else if (this.project.isAssembleMode && name == PipelinePhases.FINALIZE) {
} else if (this.project.isAssembleMode && name == PipelinePhases.FINALIZE) {
new FinalizeOdsComponent(project, steps, git, logger).run(repo, baseDir)
} else {
this.logger.debug("Repo '${repo.id}' is of type ODS Service Component. Nothing to do in phase '${name}' for target environment '${targetEnvToken}'.")
Expand Down

0 comments on commit 6b7379c

Please sign in to comment.