diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..5399daf --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,12 @@ +/* +See the documentation for more options: +https://github.com/jenkins-infra/pipeline-library/ +*/ +buildPlugin( + forkCount: '1C', // Run a JVM per core in tests + useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests + configurations: [ + [platform: 'linux', jdk: 17], + [platform: 'windows', jdk: 11] + ] +) \ No newline at end of file diff --git a/pom.xml b/pom.xml index 17429b6..b23c130 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jenkins-ci.plugins plugin - 4.54 + 4.88 @@ -29,23 +29,15 @@ http://www.vectorcast.com/ - - - TimSVector - Tim Schneider - Tim.Schneider@vector.com - Vector Informatik, GmbH - - - 3.38 UTF-8 UTF-8 UTF-8 - 2.361 - 1934.v90a_c07cf5b_21 - 11 + + 2.462 + ${jenkins.baseline}.3 + 2225.v04fa_3929c9b_5 @@ -53,7 +45,18 @@ scm:git:https://github.com/jenkinsci/vectorcast-coverage-plugin.git https://github.com/jenkinsci/vectorcast-coverage-plugin HEAD - + + + + + io.jenkins.tools.bom + bom-${jenkins.baseline}.x + 4228.v0a_71308d905b_ + pom + import + + + @@ -72,13 +75,11 @@ org.jenkins-ci.plugins dashboard-view - 2.18.1 true org.jenkins-ci.main maven-plugin - 3.20 javax.annotation @@ -88,23 +89,19 @@ org.jenkins-ci.plugins credentials - 2.6.2 org.jenkins-ci.plugins junit - 1166.va_436e268e972 org.jenkins-ci.plugins structs - 324.va_f5d6774f3a_d io.jenkins.plugins caffeine-api - 2.9.3-65.v6a_47d0f4d1fe org.apache.groovy @@ -119,12 +116,10 @@ org.apache.maven.plugins maven-release-plugin - 3.0.1 org.apache.maven.plugins maven-compiler-plugin - 2.3.2 1.7 1.7 @@ -153,7 +148,6 @@ com.github.spotbugs spotbugs-maven-plugin - 4.7.3.0 org.apache.maven.plugins @@ -168,10 +162,6 @@ - - - -