File tree 3 files changed +2
-7
lines changed
src/main/java/org/jenkinsci/plugins/ansible
3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.jenkins-ci.plugins</groupId >
6
6
<artifactId >plugin</artifactId >
7
- <version >5.8 </version >
7
+ <version >5.9 </version >
8
8
<relativePath />
9
9
</parent >
10
10
<groupId >org.jenkins-ci.plugins</groupId >
42
42
<dependency >
43
43
<groupId >io.jenkins.tools.bom</groupId >
44
44
<artifactId >bom-${jenkins.baseline}.x</artifactId >
45
- <version >4228.v0a_71308d905b_ </version >
45
+ <version >4440.v39a_9eb_b_c6b_4d </version >
46
46
<type >pom</type >
47
47
<scope >import</scope >
48
48
</dependency >
Original file line number Diff line number Diff line change @@ -61,19 +61,15 @@ public class AnsibleAdHocCommandBuilder extends Builder implements SimpleBuildSt
61
61
@ SuppressFBWarnings (value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE" , justification = "Preserve API compatibility." )
62
62
public String vaultTmpPath = null ;
63
63
64
- @ SuppressFBWarnings (value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE" , justification = "Preserve API compatibility." )
65
64
public final String hostPattern ;
66
65
67
66
/**
68
67
* Path to the inventory file.
69
68
*/
70
- @ SuppressFBWarnings (value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE" , justification = "Preserve API compatibility." )
71
69
public final Inventory inventory ;
72
70
73
- @ SuppressFBWarnings (value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE" , justification = "Preserve API compatibility." )
74
71
public final String module ;
75
72
76
- @ SuppressFBWarnings (value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE" , justification = "Preserve API compatibility." )
77
73
public final String command ;
78
74
79
75
@ SuppressFBWarnings (value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE" , justification = "Preserve API compatibility." )
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ public class ExtraVar extends AbstractDescribableImpl<ExtraVar> {
28
28
@ SuppressFBWarnings (value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE" , justification = "Preserve API compatibility." )
29
29
public String key ;
30
30
31
- @ SuppressFBWarnings (value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE" , justification = "Preserve API compatibility." )
32
31
public transient String value ;
33
32
34
33
@ SuppressFBWarnings (value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE" , justification = "Preserve API compatibility." )
You can’t perform that action at this time.
0 commit comments