RELEASED: Public: February 8, 2023
New features
- The non-block-scoped mode of the
stagestep was deprecated in 2016, but support for this mode, specifically itsconcurrencyparameter, continued to add complexity to various Pipeline-related plugins. (BEE-29598) -
The form of the
stagestep that takes a block (andname) is now supported.The`stage` step without a block (only a
name) will continue to print a warning and proceed as before; butstagewith theconcurrencyparameter (andnameand no block) now returns a build error. The previous functionality of theconcurrencyparameter can now be implemented using a combination of thelockandmilestonesteps.