diff --git a/gate-core/src/main/groovy/com/netflix/spinnaker/gate/model/manageddelivery/Environment.java b/gate-core/src/main/groovy/com/netflix/spinnaker/gate/model/manageddelivery/Environment.java index 148d519ff7..28e3397bf9 100644 --- a/gate-core/src/main/groovy/com/netflix/spinnaker/gate/model/manageddelivery/Environment.java +++ b/gate-core/src/main/groovy/com/netflix/spinnaker/gate/model/manageddelivery/Environment.java @@ -28,5 +28,6 @@ public class Environment { Collection> constraints; Collection notifications; Map locations; + List> postDeploy; List> verifyWith; }