CloudBees Pipeline Stage View Extensions 2.10

1 minute read

RELEASED: Public: February 8, 2023

New features

The non-block-scoped mode of the stage step was deprecated in 2016, but support for this mode, specifically its concurrency parameter, continued to add complexity to various Pipeline-related plugins. (BEE-29598)

The form of the stage step that takes a block (and name) is now supported.

The`stage` step without a block (only a name) will continue to print a warning and proceed as before; but stage with the concurrency parameter (and name and no block) now returns a build error. The previous functionality of the concurrency parameter can now be implemented using a combination of the lock and milestone steps.

Feature enhancements

None.

Resolved issues

None.

Known issues

None.

Upgrade notes

None.