Skip to content

Commit

Permalink
feat(md): add comment to mark as bad (#1232)
Browse files Browse the repository at this point in the history
  • Loading branch information
emjburns committed Jun 2, 2020
1 parent 5bdd6f1 commit 7f01d05
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@
package com.netflix.spinnaker.gate.model.manageddelivery;

import lombok.Data;
import org.jetbrains.annotations.Nullable;

@Data
public class EnvironmentArtifactVeto {
String targetEnvironment;
String reference;
String version;
@Nullable String comment;
}

0 comments on commit 7f01d05

Please sign in to comment.