From 625c7500bdf1e00258a43e0fb7ddfc5737a24536 Mon Sep 17 00:00:00 2001 From: ashirali12 <114212324+ashirali12@users.noreply.github.com> Date: Mon, 26 Sep 2022 15:20:24 +0500 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 83f80749..290f9536 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ pipeline { - agent { label 'linux' } + agent any options { buildDiscarder(logRotator(numToKeepStr: '5')) } @@ -41,4 +41,4 @@ pipeline { sh 'docker logout' } } -} \ No newline at end of file +}