We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef3407 commit e5625ebCopy full SHA for e5625eb
pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>org.jenkins-ci.plugins</groupId>
7
<artifactId>plugin</artifactId>
8
- <version>5.26</version>
+ <version>5.27</version>
9
<relativePath />
10
</parent>
11
src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java
@@ -2200,6 +2200,7 @@ private String launchCommandWithCredentials(
2200
}
2201
2202
2203
+ @SuppressFBWarnings(value = "DMI_HARDCODED_ABSOLUTE_FILENAME", justification = "Absolute paths are required")
2204
private Boolean fixSELinuxLabel(Path key, String label) {
2205
// returning false means chcon was tried and failed,
2206
// maybe caller needs to retry with other logic
0 commit comments