From b51c0bd68483cd22a29f61f6b1c7d8aa5d8d845d Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 20 Oct 2021 17:33:55 +0100 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f265a68c73fc..f9f46dcc2e0e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ #!/usr/bin/env groovy -@Library('apm@feature/build-e2e-step') _ +@Library('apm@current') _ pipeline { agent { label 'ubuntu-18 && immutable' }