diff --git a/Jenkinsfile b/Jenkinsfile index 77c9ed70..42c8a90e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,8 @@ #!/usr/bin/env groovy /* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */ -buildPlugin() +buildPlugin(configurations: [ + [ platform: 'linux', jdk: '11' ], + [ platform: 'windows', jdk: '11' ], + [ platform: 'linux', jdk: '17' ], +]) diff --git a/pom.xml b/pom.xml index 8f8e78aa..b5379c82 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,8 @@ org.jenkins-ci.plugins plugin - 1.619 + 4.40 + build-pipeline-plugin 1.5.9-SNAPSHOT @@ -29,8 +30,9 @@ pmd_rules.xml UTF-8 1.8.6 - 2.48.0 + 4.1.4 **/functionaltest/*.java + 2.337 @@ -45,17 +47,26 @@ alvizu@gmail.com + + + + io.jenkins.tools.bom + bom-2.332.x + 1370.vfa_e23fe119c3 + pom + import + + + junit junit - 4.9 test org.mockito - mockito-all - 1.9.0 + mockito-core test @@ -73,7 +84,6 @@ org.codehaus.groovy groovy-all - ${groovy.version} provided @@ -93,20 +103,17 @@ org.objenesis objenesis - 1.2 test org.hamcrest hamcrest-core - 1.2 test org.jenkins-ci.plugins dashboard-view - 2.2 true @@ -125,6 +132,18 @@ commons-io commons-io + + com.google.guava + guava + + + net.bytebuddy + byte-buddy + + + com.google.errorprone + error_prone_annotations + @@ -132,6 +151,12 @@ selenium-chrome-driver ${selenium.version} test + + + com.google.errorprone + error_prone_annotations + + org.seleniumhq.selenium @@ -144,24 +169,22 @@ selenium-support ${selenium.version} test + + + net.bytebuddy + byte-buddy + + commons-beanutils commons-beanutils - 1.8.3 test - - com.google.guava - guava - 18.0 - provided - org.jenkins-ci test-annotations - 1.1 test @@ -169,37 +192,6 @@ - - - org.apache.maven.plugins - maven-deploy-plugin - 2.6 - - - org.apache.maven.wagon - wagon-http - 2.10 - jar - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.4 - - - 1.6 - 1.6 - - - - maven-javadoc-plugin - 2.10.3 - - -Xdoclint:none - - org.codehaus.gmaven gmaven-plugin @@ -307,13 +299,6 @@ web-tests - - org.apache.maven.plugins - maven-enforcer-plugin - 1.0 - - - org.apache.maven.plugins maven-surefire-plugin diff --git a/src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView/bpp.jelly b/src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView/bpp.jelly index 1db5c2c5..8cd2a631 100644 --- a/src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView/bpp.jelly +++ b/src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView/bpp.jelly @@ -61,14 +61,14 @@
- Trigger a Pipeline - Run + + Run - Trigger a Pipeline - Run + + Run
@@ -76,36 +76,36 @@ + + + + + + + + + +