Skip to content

Commit 7f23a79

Browse files
committed
Secret.fromString will not work on the agent side prior to 2.235.x
1 parent 74902c3 commit 7f23a79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildPlugin(configurations: [
22
[ platform: "linux", jdk: "8"],
33
[ platform: "windows", jdk: "8"],
4-
[ platform: "linux", jdk: "11", jenkins: "2.176.4", javaLevel: "8" ]
4+
[ platform: "linux", jdk: "11"]
55
])

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<changelist>-SNAPSHOT</changelist>
2626
<hpi.compatibleSinceVersion>2.2.0</hpi.compatibleSinceVersion>
2727
<java.level>8</java.level>
28-
<jenkins.version>2.176.4</jenkins.version>
28+
<jenkins.version>2.235.1</jenkins.version>
2929
<useBeta>true</useBeta>
3030
<jjwt.version>0.11.2</jjwt.version>
3131
</properties>
@@ -114,7 +114,7 @@
114114
<dependencies>
115115
<dependency>
116116
<groupId>io.jenkins.tools.bom</groupId>
117-
<artifactId>bom-2.176.x</artifactId>
117+
<artifactId>bom-2.235.x</artifactId>
118118
<version>11</version>
119119
<scope>import</scope>
120120
<type>pom</type>

0 commit comments

Comments
 (0)