From 588c7672c28a19cec085ab2a1bc005400901eaa2 Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Mon, 8 May 2023 12:18:43 +0200 Subject: [PATCH] added missing global variables --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index fb08ca0..430d37d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,6 +17,8 @@ def installRetryCount = 0 def reportRetryCount = 0 +def checkRetryCount = 0 +def checkRetryCountSec = 0 pipeline { options {