From c5e325e0411e2702cfe348cc45016fb674926a5f Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Mon, 4 Oct 2021 18:49:28 -0400 Subject: [PATCH] Switching back to `useContainerAgent: true` --- Jenkinsfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 81fbec7..34ad4d6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1 @@ -/* - See the documentation for more options: - https://github.com/jenkins-infra/pipeline-library/ -*/ -buildPlugin(platforms: ['maven', 'windows']) +buildPlugin(useContainerAgent: true)