We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c9c04 commit b8ebd9dCopy full SHA for b8ebd9d
src/main/java/com/amazonaws/codedeploy/AWSCodeDeployPublisher.java
@@ -107,6 +107,11 @@ public class AWSCodeDeployPublisher extends Publisher implements SimpleBuildStep
107
private final String deploymentMethod;
108
private final String versionFileName;
109
110
+ @Deprecated
111
+ private transient PrintStream logger;
112
113
+ private transient Map<String, String> envVars;
114
+
115
// Fields in config.jelly must match the parameter names in the "DataBoundConstructor"
116
@DataBoundConstructor
117
public AWSCodeDeployPublisher(
0 commit comments