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)