diff --git a/Jenkinsfile b/Jenkinsfile index f787be6..e78e812 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,10 +1,9 @@ /* See the documentation for more options: https://github.com/jenkins-infra/pipeline-library/ -*/ -buildPlugin( +*/ buildPlugin( useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests configurations: [ [platform: 'linux', jdk: 21], - [platform: 'linux', jdk: 17], + [platform: 'windows', jdk: 17], ]) diff --git a/pom.xml b/pom.xml index 01a5c96..10baf21 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ hpi 9999-SNAPSHOT - 2.361.4 + 2.452.4 jenkinsci/${project.artifactId}-plugin Azure SDK API Plugin @@ -23,8 +23,8 @@ io.jenkins.tools.bom - bom-2.361.x - 2102.v854b_fec19c92 + bom-2.452.x + 3613.v584fca_12cf5c import pom