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()