Skip to content

Commit

Permalink
fix(mpt): include templateVariables in pipeline model (#725)
Browse files Browse the repository at this point in the history
follow up from spinnaker/orca#3335
plumb through the `templateVariables` for triggering to work on mptv2 pipelines that use spel v4
  • Loading branch information
marchello2000 committed Dec 11, 2019
1 parent f79db9e commit 408c86e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ public class Pipeline {

@JsonProperty Object template;

@JsonProperty Map<String, Object> templateVariables;

@JsonProperty List<Map<String, Object>> stages;

@JsonProperty List<Map<String, Object>> notifications;
Expand Down

0 comments on commit 408c86e

Please sign in to comment.