From ba194481533a461526a812aed4ddc73d1d610150 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Sun, 11 Dec 2022 16:55:33 -0800 Subject: [PATCH] Refresh build (#159) --- .mvn/extensions.xml | 2 +- Jenkinsfile | 6 +- pom.xml | 129 +++++++++++---------------------- src/main/resources/index.jelly | 4 + 4 files changed, 52 insertions(+), 89 deletions(-) create mode 100644 src/main/resources/index.jelly diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index a65d82e..9ac2968 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -2,6 +2,6 @@ io.jenkins.tools.incrementals git-changelist-maven-extension - 1.3 + 1.4 diff --git a/Jenkinsfile b/Jenkinsfile index 87a086d..870d450 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1 +1,5 @@ -buildPlugin(configurations: buildPlugin.recommendedConfigurations()) +buildPlugin(useContainerAgent: true, configurations: [ + [ platform: 'linux', jdk: 11 ], + [ platform: 'windows', jdk: 11 ], + [ platform: 'linux', jdk: 17 ], +]) diff --git a/pom.xml b/pom.xml index 8140713..c7a4dd1 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,8 @@ org.jenkins-ci.plugins plugin - 4.37 + 4.53 + display-url-api @@ -15,20 +16,17 @@ 2.3.7 -SNAPSHOT - 2.332.1 - 8 + 2.361.1 jenkinsci/${project.artifactId}-plugin - 2.2 Display URL API - Provides the DisplayURLProvider extension point to provide alternate URLs for use in notifications https://github.com/jenkinsci/${project.artifactId}-plugin MIT License - http://opensource.org/licenses/MIT + https://opensource.org/licenses/MIT @@ -41,7 +39,7 @@ - scm:git:git://github.com/${gitHubRepo}.git + scm:git:https://github.com/${gitHubRepo}.git scm:git:git@github.com:${gitHubRepo}.git ${scmTag} https://github.com/${gitHubRepo} @@ -64,111 +62,68 @@ io.jenkins.tools.bom - bom-2.332.x - 1409.v7659b_c072f18 - import + bom-2.361.x + 1742.vb_70478c1b_25f pom - - - com.github.spotbugs - spotbugs-annotations - 4.7.0 - - - junit - junit - 4.13.2 - test - - - org.hamcrest - hamcrest - ${hamcrest.version} + import - org.mockito - mockito-core + io.jenkins.plugins + commons-lang3-api test io.rest-assured rest-assured - 5.1.1 + 5.3.0 test + - com.sun.xml.bind - jaxb-osgi + org.apache.commons + commons-lang3 + - org.apache.commons - commons-lang3 + org.apache.groovy + groovy + + + org.apache.groovy + groovy-json + + + org.apache.groovy + groovy-xml + + + + org.apache.httpcomponents + httpclient + + + org.apache.httpcomponents + httpcore + + + org.apache.httpcomponents + httpmime - - javax.xml.bind - jaxb-api - 2.3.1 + org.jenkins-ci.plugins + apache-httpcomponents-client-4-api test - org.hamcrest - hamcrest-core - ${hamcrest.version} - test - - - - org.hamcrest - hamcrest-library - ${hamcrest.version} + org.mockito + mockito-core test - - - - - - - maven-enforcer-plugin - - - display-info - - - - - commons-codec:commons-codec - org.apache.ant:ant - org.eclipse.jetty:jetty-util - org.eclipse.jetty:jetty-io - org.codehaus.plexus:plexus-utils - org.codehaus.plexus:plexus-classworlds - - - - - org.kohsuke:access-modifier-annotation - org.codehaus.mojo:animal-sniffer-annotations - javax.servlet:javax.servlet-api - - - - - - - - - - - diff --git a/src/main/resources/index.jelly b/src/main/resources/index.jelly new file mode 100644 index 0000000..0a4f9a3 --- /dev/null +++ b/src/main/resources/index.jelly @@ -0,0 +1,4 @@ + +
+ Provides the DisplayURLProvider extension point to provide alternate URLs for use in notifications. +