Skip to content

Commit a2cbb37

Browse files
Bump org.jenkins-ci.plugins:plugin from 5.7 to 5.9 (#249)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 84b8772 commit a2cbb37

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jenkins-ci.plugins</groupId>
55
<artifactId>plugin</artifactId>
6-
<version>5.7</version>
6+
<version>5.9</version>
77
<relativePath />
88
</parent>
99
<artifactId>durable-task</artifactId>

src/main/java/org/jenkinsci/plugins/durabletask/FileMonitoringTask.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
package org.jenkinsci.plugins.durabletask;
2626

27-
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
2827
import hudson.EnvVars;
2928
import hudson.FilePath;
3029
import hudson.Launcher;
@@ -220,7 +219,6 @@ protected static FilePath requestBinary(FilePath ws, FileMonitoringController c)
220219
* Returns path of binary on agent. Copies binary to agent if it does not exist
221220
*/
222221
@CheckForNull
223-
@SuppressFBWarnings(value = {"NP_LOAD_OF_KNOWN_NULL_VALUE", "RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE"}, justification = "TODO needs triage")
224222
protected static FilePath requestBinary(FilePath nodeRoot, AgentInfo agentInfo, FilePath ws, FileMonitoringController c) throws IOException, InterruptedException {
225223
FilePath binary = null;
226224
if (agentInfo.isBinaryCompatible()) {

0 commit comments

Comments
 (0)