Plugin Information |
---|
View Pipeline: Stage Step on the plugin site for more information. |
Changelog
2.3 (Nov 2, 2017)
- JENKINS-44456 - Expose stage name as an environment variable.
2.2 (Aug 30, 2016)
- JENKINS-26107
stage
now takes a block argument; the old syntax, interspersed with other statements, is deprecated.- You must also update the Pipeline Stage View Plugin to 2.0+ to see block-syntax stages at all. Nested stages are currently displayed linearly.
- The
concurrency
parameter is also deprecated; uselock
from the Lockable Resources Plugin, and/ormilestone
from the Pipeline Milestone Step Plugin.
2.1 (May 03, 2016)
- Now preventing
stage
from being used inside aparallel
branch, which was never supported. - Downgrading an assertion error to a warning.
2.0 (Apr 05, 2016)
- First release under per-plugin versioning scheme. See 1.x changelog for earlier releases.
- Includes the
stage
step formerly in Pipeline Supporting APIs Plugin.