Jenkins Blue Ocean editing commit, message and changes
Asked Answered
C

1

11

I have a Jenkins pipeline that doesn't use git. I would LOVE to use Blue ocean as an interface for the developers and QA members but since I'm not using git the interface is limited. If I could edit the commit and message section it would take me a long long way. Is there a way to do this? or be able to change the run number to text would also be helpful. enter image description here

It would also be super helpful to be able to edit the changes within each build

enter image description here

Cadwell answered 25/4, 2017 at 20:10 Comment(2)
did you ever find a solution to this?Musket
No, I just stopped using blue ocean. I'm sure it is better now, but when released it was limited.Cadwell
K
-2

you can use this, to set the description and displayName:

currentBuild.displayName = "The name."
currentBuild.description = "The best description."

In order to use in a declarative pipleine, you need to wrap in a script - jenkins script

Koerner answered 18/7, 2017 at 11:16 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.