diff --git a/Jenkinsfile b/Jenkinsfile index 879969b9..58c9fdfc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1 +1,6 @@ -buildPlugin(failFast:false) +buildPlugin(useContainerAgent: true, + configurations: [ + [platform: 'linux', jdk: '17'], + [platform: 'linux', jdk: '11'], + [platform: 'windows', jdk: '11'], +]) \ No newline at end of file diff --git a/pom.xml b/pom.xml index 9e18cca5..e19587ad 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.jenkins-ci.plugins plugin - 4.50 + 4.65 @@ -45,8 +45,8 @@ 1 999999-SNAPSHOT - 2.332.4 - 2.332.x + 2.361.4 + 2.361.x 5.7.2 @@ -80,24 +80,39 @@ io.jenkins.tools.bom bom-${bom} - 1706.vc166d5f429f8 + 2102.v854b_fec19c92 + import + pom + + + com.squareup.okhttp3 + okhttp-bom + + 4.10.0 + import + pom + + + org.jetbrains.kotlin + kotlin-bom + 1.8.21 import pom org.jenkins-ci.plugins aws-credentials - 1.33 + 189.v3551d5642995 org.jenkins-ci.plugins docker-commons - 1.16 + 419.v8e3cd84ef49c org.jenkins-ci.plugins openstack-cloud - 2.47 + 2.63 com.squareup.okhttp3 @@ -109,20 +124,10 @@ - - org.jenkins-ci.plugins - github-branch-source - 2.7.1 - com.datapipe.jenkins.plugins hashicorp-vault-plugin - 3.8.0 - - - org.hamcrest - hamcrest - 2.2 + 360.v0a_1c04cf807d org.jenkins-ci.ui @@ -142,6 +147,11 @@ org.jenkins-ci.plugins credentials + + org.jenkins-ci.plugins + variant + + org.jenkins-ci.plugins @@ -158,6 +168,7 @@ org.jenkins-ci.plugins openstack-cloud + @@ -172,10 +183,6 @@ org.jenkins-ci.plugins ssh-credentials true - - - org.jenkins-ci.plugins - variant @@ -211,15 +218,10 @@ mockito-core test - - org.mockito - mockito-inline - test - io.fabric8 kubernetes-server-mock - 6.3.1 + 6.7.1 test