Skip to content

Commit e5625eb

Browse files
Bump org.jenkins-ci.plugins:plugin from 5.26 to 5.27 (#1348)
1 parent 5ef3407 commit e5625eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>5.26</version>
8+
<version>5.27</version>
99
<relativePath />
1010
</parent>
1111

src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2200,6 +2200,7 @@ private String launchCommandWithCredentials(
22002200
}
22012201
}
22022202

2203+
@SuppressFBWarnings(value = "DMI_HARDCODED_ABSOLUTE_FILENAME", justification = "Absolute paths are required")
22032204
private Boolean fixSELinuxLabel(Path key, String label) {
22042205
// returning false means chcon was tried and failed,
22052206
// maybe caller needs to retry with other logic

0 commit comments

Comments
 (0)