From 3640ab63a4cba0ce579a9f6d8e7159fef8cccf80 Mon Sep 17 00:00:00 2001 From: Marcus Holl Date: Mon, 5 Nov 2018 14:05:09 +0100 Subject: [PATCH] fix codeclimat issues --- src/com/sap/piper/cm/StepHelpers.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/sap/piper/cm/StepHelpers.groovy b/src/com/sap/piper/cm/StepHelpers.groovy index e0259176a..63347bb49 100644 --- a/src/com/sap/piper/cm/StepHelpers.groovy +++ b/src/com/sap/piper/cm/StepHelpers.groovy @@ -55,7 +55,7 @@ public class StepHelpers { configuration.changeManagement.git.to, configuration.changeManagement.changeDocumentLabel, configuration.changeManagement.gitformat - ) + ) step.echo "[INFO] ChangeDocumentId '${changeDocumentId}' retrieved from commit history"