From d1d33502bafee082514a466f10153a0e72ba3da1 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 9 Apr 2021 13:20:16 -0700 Subject: [PATCH] Declare the agent directive (set to 'any') in the Jenkins CI build Declarative Pipeline. --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index b9ae0721..f8832f23 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,7 @@ pipeline { + agent any + options { buildDiscarder(logRotator(numToKeepStr: '15')) disableConcurrentBuilds()