Skip to content

Commit

Permalink
fix(triggers): add missing docker properties to trigger model (#669) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
spinnakerbot authored and louisjimenez committed Oct 3, 2019
1 parent 7b91a02 commit 55a1580
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ public String toString() {

// Configuration for docker triggers
String account;
String organization;
String registry;
String repository;
String tag;

Expand Down

0 comments on commit 55a1580

Please sign in to comment.