Skip to content

Commit b8ebd9d

Browse files
committed
Add old fields back in as deprecated to avoid Old Data warnings.
1 parent d2c9c04 commit b8ebd9d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/com/amazonaws/codedeploy/AWSCodeDeployPublisher.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ public class AWSCodeDeployPublisher extends Publisher implements SimpleBuildStep
107107
private final String deploymentMethod;
108108
private final String versionFileName;
109109

110+
@Deprecated
111+
private transient PrintStream logger;
112+
@Deprecated
113+
private transient Map<String, String> envVars;
114+
110115
// Fields in config.jelly must match the parameter names in the "DataBoundConstructor"
111116
@DataBoundConstructor
112117
public AWSCodeDeployPublisher(

0 commit comments

Comments
 (0)