Skip to content

Commit 5898fa9

Browse files
committed
fix: 解决 spotbugs 报 SE_BAD_FIELD 错误
1 parent 8dfd0b1 commit 5898fa9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/io/jenkins/plugins/DingTalkStep.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@ public StepExecution start(StepContext context) throws Exception {
210210

211211
private static class DingTalkStepExecution extends StepExecution {
212212

213-
private final DingTalkStep step;
213+
private static final long serialVersionUID = 1L;
214+
private final transient DingTalkStep step;
214215

215216
private DingTalkStepExecution(DingTalkStep step, StepContext context) {
216217
super(context);

0 commit comments

Comments
 (0)