jenkinsci / jenkinsci/workflow-basic-steps-plugin
[JENKINS-54323] Create a Pipeline step to set the current build's display name, description, etc.
- Dominant language
- Java
- Stars
- 73
- Forks
- 129
- PR merge metrics
- No merged PRs in 30d
Description
The ApiStep sketched in JENKINS-41272">JENKINS-41272 is one step towards deprecating RunWrapper, but it does not cover all cases. RunWrapper currently allows users to set the following build information:
- Description
- Display Name
- Whether to keep build records forever
- Result
We should provide a standalone step with the same behavior to help deprecate RunWrapper.
---
Originally reported by
dnusbaum, imported from: Create a Pipeline step to set the current build's display name, description, etc.
dnusbaum
Raw content of original issue
The ApiStep sketched in
JENKINS-41272is one step towards deprecating RunWrapper, but it does not cover all cases. RunWrapper currently allows users to set the following build information:
- Description
- Display Name
- Whether to keep build records forever
- Result
We should provide a standalone step with the same behavior to help deprecate RunWrapper.
Contributor guide
Assessment
This issue has not been assessed yet.