Skip to content

Commit

Permalink
JENKINS-73698 Remove annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
aendter committed Sep 19, 2024
1 parent 48a8f27 commit 47af134
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ For more information see the [homepage].

# Change Log

##### Version 0.0.14 (September 19, 2024)

- Job DSL issue [JENKINS-73698](https://issues.jenkins.io/browse/JENKINS-73698)

##### Version 0.0.13 (September 12, 2024)

- Small bugfix - Node Name parameter not stored in Freestyle jobs [JENKINS-73698](https://issues.jenkins.io/browse/JENKINS-73698)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,6 @@ public String getSelectedNodeName() {
return selectedNodeName;
}

@DataBoundSetter
public String setSelectedNodeName() {
return selectedNodeName;
}
Expand Down

0 comments on commit 47af134

Please sign in to comment.