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:
parent
3e46254701
commit
52ad001917
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user