From 0c3dc82ee1036bbc2c4155b5004f4c58a221a4f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 10:15:47 +0000 Subject: [PATCH] Bump git-changelist-maven-extension from 1.4 to 1.5 (#439) --- .mvn/extensions.xml | 2 +- Jenkinsfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index 9ac2968bca..cb2841d900 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -2,6 +2,6 @@ io.jenkins.tools.incrementals git-changelist-maven-extension - 1.4 + 1.5 diff --git a/Jenkinsfile b/Jenkinsfile index 70f0926814..b9f2acd11f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ * easy Linux/Windows testing and produces incrementals. The only feature that relates to plugins is * allowing one to test against multiple Jenkins versions. */ -buildPlugin(useContainerAgent: true, configurations: [ +buildPlugin(useContainerAgent: true, useArtifactCachingProxy: false, configurations: [ [ platform: 'linux', jdk: '11' ], [ platform: 'windows', jdk: '11' ], [ platform: 'linux', jdk: '17' ],