From 492aad13565f6b673c3c4a4185502d8fc196da97 Mon Sep 17 00:00:00 2001 From: psycho Date: Fri, 14 Aug 2020 09:29:55 +0200 Subject: [PATCH] testing_36 36 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 928338f..e91c752 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -72,7 +72,7 @@ def printDebug(msg) } -printDebug(currentbuild.id.toString()) +printDebug(currentBuild.id.toString()) printDebug(JOB_NAME)