From d17be516501519a3ef0679f568641c1c706d9fac Mon Sep 17 00:00:00 2001 From: Daniel Beck <1831569+daniel-beck@users.noreply.github.com> Date: Tue, 10 Dec 2024 12:43:55 +0100 Subject: [PATCH] Match `opentelemetry-plugin` `Jenkinsfile` --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 52525eb..7679c6b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ buildPlugin( - useContainerAgent: true, + useContainerAgent: false, configurations: [ [platform: 'linux', jdk: 21], [platform: 'windows', jdk: 17],