Details
-
Task
-
Status: Resolved (View Workflow)
-
Critical
-
Resolution: Fixed
-
-
pacific, atlantic, 1.0-b05/b-06, indian, arctic, tasman, frank
Description
In Kyoto there is preparatory steps that get executed and postBuild stapes get executed as finally block.
- Preparatory steps
- Prefix all steps from it over to next stage
- postBuild stage
- Append all postBuild steps to the last executed stage's steps
Attachments
Issue Links
- is blocked by
-
JENKINS-38153 Pre and post steps/stage handling
-
- Closed
-
vivek we should perform the same heuristic for Pipeline script steps.
For example:
sh 'echo "foo"' would be put at the top of the first stage and sh 'echo "cool"' appended to the bottom of the second stage