-
Improvement
-
Resolution: Won't Do
-
Major
-
None
Provide an ability on blueocean to add/edit build description. For example we are using jenkinsfile for deployments in different environments (Dev, QA, PQA, PROD) with environment specific workflow (NOTE: we are not using environment specific branch strategy). Right now in current blueocean setup it is impossible to distinguish between these types of deployments.
Story
As a user I should be able to distinguish between different type of builds or deployments by looking at blueocean job history so that I can easily look at history of a project for reporting or auditing purpose.
- relates to
-
JENKINS-41769 Developer can see a description for a pipeline run
-
- Resolved
-
jaychoudhary at the moment we are only planning on honouring the build description when sent through currentBuild.description="Foo" in the Pipeline which is tracked as
JENKINS-41769. Unfortunately there is no plan to create UI to set this description.