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
maggieneterval committed Oct 3, 2019
1 parent c3d4e5b commit a8f8909
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 a8f8909

Please sign in to comment.