Skip to content

Commit

Permalink
fix(pipelines): an execution only starts a downstream pipeline once (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
emjburns authored Jul 31, 2019
1 parent da28b33 commit ef666c6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ class DependentPipelineStarter implements ApplicationContextAware {
parentExecution : parentPipeline,
parentPipelineStageId: parentPipelineStageId,
parameters : [:],
strategy : suppliedParameters.strategy == true
strategy : suppliedParameters.strategy == true,
correlationId : parentPipeline.id + "_" + pipelineConfig.id + "_" + parentPipeline.startTime
]

if (pipelineConfig.parameterConfig || !suppliedParameters.isEmpty()) {
Expand Down

0 comments on commit ef666c6

Please sign in to comment.