From ca2a1f68a5a10abe23af76ae67c69b8a5faee060 Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Wed, 8 Mar 2023 09:40:25 -0500 Subject: [PATCH] Plugin metadata refresh to 2.361.x --- .github/CODEOWNERS | 1 + .mvn/extensions.xml | 2 +- Jenkinsfile | 7 ++++++- pom.xml | 42 ++++++++++-------------------------------- 4 files changed, 18 insertions(+), 34 deletions(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..3977ee8e --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @jenkinsci/docker-commons-plugin-developers diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index 9ac2968b..90787cbb 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -2,6 +2,6 @@ io.jenkins.tools.incrementals git-changelist-maven-extension - 1.4 + 1.6 diff --git a/Jenkinsfile b/Jenkinsfile index a229fa51..22a78e9b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1 +1,6 @@ -buildPlugin() +buildPlugin( + useContainerAgent: true, + configurations: [ + [platform: 'linux', jdk: 17], + [platform: 'windows', jdk: 11], +]) diff --git a/pom.xml b/pom.xml index a429f662..08b2dbaa 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jenkins-ci.plugins plugin - 4.46 + 4.55 @@ -15,8 +15,7 @@ hpi Docker Commons Plugin - APIs useful to Docker-based plugins. - https://github.com/jenkinsci/docker-commons-plugin + https://github.com/jenkinsci/${project.artifactId}-plugin MIT License @@ -24,20 +23,18 @@ - - scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git - scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git - http://github.com/jenkinsci/${project.artifactId}-plugin + + scm:git:https://github.com/${gitHubRepo} + scm:git:https://github.com/${gitHubRepo} ${scmTag} + https://github.com/${gitHubRepo} 1.22 -SNAPSHOT - 2.263 - 2.263.1 - 1.9.3 - 1.51 + jenkinsci/${project.artifactId}-plugin + 2.361.4 @@ -71,7 +68,6 @@ org.jenkinsci.plugins pipeline-model-extensions - ${pipeline-model-definition.version} true @@ -142,20 +138,17 @@ org.jenkinsci.plugins pipeline-model-definition - ${pipeline-model-definition.version} test io.jenkins configuration-as-code - ${jcasc.version} test io.jenkins.configuration-as-code test-harness - ${jcasc.version} test @@ -163,26 +156,11 @@ io.jenkins.tools.bom - bom-${bom}.x - 984.vb5eaac999a7e + bom-2.361.x + 1886.va_11c9f461054 import pom - - org.jenkins-ci.plugins - credentials - 2.6.1 - - - org.jenkinsci.plugins - pipeline-model-api - ${pipeline-model-definition.version} - - - org.jenkinsci.plugins - pipeline-stage-tags-metadata - ${pipeline-model-definition.version} -