We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e38db8a commit 6c4b671Copy full SHA for 6c4b671
Jenkinsfile
@@ -4,7 +4,6 @@
4
* allowing one to test against multiple Jenkins versions.
5
*/
6
buildPlugin(useContainerAgent: true, configurations: [
7
- [ platform: 'linux', jdk: '8' ],
8
[ platform: 'linux', jdk: '11' ],
9
[ platform: 'windows', jdk: '11' ],
10
[ platform: 'linux', jdk: '17' ],
pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>jenkins</artifactId>
- <version>1.76</version>
+ <version>1.77</version>
<relativePath />
</parent>
0 commit comments