1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00

Update piperStageWrapper.groovy (#767)

This commit is contained in:
Christopher Fenner 2019-06-27 10:53:46 +02:00 committed by Oliver Nocon
parent 3e46254701
commit 52ad001917

View File

@ -96,7 +96,6 @@ private void executeStage(script, originalStage, stageName, config, utils) {
} }
} finally { } finally {
echo "Current build result in stage $stageName is ${script.currentBuild.currentResult}."
//Perform stashing of selected files in workspace //Perform stashing of selected files in workspace
utils.stashList(script, script.commonPipelineEnvironment.configuration.stageStashes?.get(stageName)?.stashes ?: []) utils.stashList(script, script.commonPipelineEnvironment.configuration.stageStashes?.get(stageName)?.stashes ?: [])
deleteDir() deleteDir()