diff --git a/Jenkinsfile b/Jenkinsfile index 48bf230..3cc982f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1 +1,11 @@ -buildPlugin() \ No newline at end of file +/* + See the documentation for more options: + https://github.com/jenkins-infra/pipeline-library/ +*/ +buildPlugin( + forkCount: '1C', // run this number of tests in parallel for faster feedback. If the number terminates with a 'C', the value will be multiplied by the number of available CPU cores + useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests + configurations: [ + [platform: 'linux', jdk: 11], + [platform: 'windows', jdk: 11], +]) diff --git a/pom.xml b/pom.xml index abba8fe..2495a40 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.jenkins-ci.plugins plugin - 4.51 + 4.88 @@ -14,7 +14,7 @@ - 2.346 + 2.462 ${jenkins.baseline}.3 1.7.26 @@ -97,7 +97,7 @@ io.jenkins.tools.bom bom-${jenkins.baseline}.x - 1763.v092b_8980a_f5e + 4023.va_eeb_b_4e45f07 import pom