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 4250456 commit e804c2fCopy full SHA for e804c2f
Jenkinsfile
@@ -1,4 +1,4 @@
1
-buildPlugin(useContainerAgent: true, configurations: [
+buildPlugin(useContainerAgent: false, configurations: [
2
[ platform: "linux", jdk: "21" ],
3
[ platform: "windows", jdk: "17" ]
4
])
pom.xml
@@ -118,7 +118,7 @@
118
<dependency>
119
<groupId>org.jenkins-ci.test</groupId>
120
<artifactId>docker-fixtures</artifactId>
121
- <version>190.vd6a_e600cb_775</version>
+ <version>200.v22a_e8766731c</version>
122
<scope>test</scope>
123
</dependency>
124
0 commit comments