From 5229bd7fd9633f30a65743ea7e04ba335f6bf8dd Mon Sep 17 00:00:00 2001 From: Tim Jacomb <21194782+timja@users.noreply.github.com> Date: Mon, 13 Sep 2021 10:07:22 +0100 Subject: [PATCH] Remove deprecated flag --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 20bf0d6..d6d5b13 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,4 +2,4 @@ See the documentation for more options: https://github.com/jenkins-infra/pipeline-library/ */ -buildPlugin(useAci: true, platforms: ['linux']) +buildPlugin(useContainerAgent: true, platforms: ['linux'])