diff --git a/Jenkinsfile b/Jenkinsfile index ac25f53..fffa9ae 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,11 +1,10 @@ #!groovy -def recentLTS = '2.375.2' +def recentLTS = '2.414.2' buildPlugin( // Container agents start faster and are easier to administer useContainerAgent: true, configurations: [ - [platform: 'linux', jdk: '11'], - [platform: 'linux', jdk: '17', jenkins: recentLTS], + [platform: 'linux', jdk: '21'], [platform: 'windows', jdk: '17', jenkins: recentLTS], ] ) diff --git a/pom.xml b/pom.xml index 0fcb820..547118f 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.jenkins-ci.plugins plugin - 4.61 + 4.74 com.cloudbees.jenkins.plugins @@ -51,8 +51,8 @@ - scm:git:ssh://github.com/${gitHubRepo}.git - scm:git:ssh://git@github.com/${gitHubRepo}.git + scm:git:https://github.com/${gitHubRepo}.git + scm:git:git@github.com:${gitHubRepo}.git ${scmTag} https://github.com/${gitHubRepo} @@ -70,7 +70,7 @@ io.jenkins.tools.bom bom-2.361.x - 1836.vfe602c266c05 + 2102.v854b_fec19c92 pom import