From 52ad001917444898eb615c9b64d274f7b5814113 Mon Sep 17 00:00:00 2001 From: Christopher Fenner Date: Thu, 27 Jun 2019 10:53:46 +0200 Subject: [PATCH] Update piperStageWrapper.groovy (#767) --- vars/piperStageWrapper.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/vars/piperStageWrapper.groovy b/vars/piperStageWrapper.groovy index 6344f1d72..2c6c69d0e 100644 --- a/vars/piperStageWrapper.groovy +++ b/vars/piperStageWrapper.groovy @@ -96,7 +96,6 @@ private void executeStage(script, originalStage, stageName, config, utils) { } } finally { - echo "Current build result in stage $stageName is ${script.currentBuild.currentResult}." //Perform stashing of selected files in workspace utils.stashList(script, script.commonPipelineEnvironment.configuration.stageStashes?.get(stageName)?.stashes ?: []) deleteDir()