Re: Pipeline: How to modify Build History status monitor

2019-02-28 Thread Mike Craig
gt; > > > Ursprüngliche Nachricht > Von: Mike Craig > Datum: 27.02.19 23:12 (GMT+01:00) > An: Jenkins Users > Betreff: Pipeline: How to modify Build History status monitor > > Hello, > > Prior to using declarative pipeline, we were able to modify t

Re: Pipeline: How to modify Build History status monitor

2019-02-28 Thread Simon Bayer
: How to modify Build History status monitor Hello, Prior to using declarative pipeline, we were able to modify the Build History to indicate information we wanted to see. We are using a shared "terraform-deploy" pipeline now and would like to modify this build history to display whi

Re: Pipeline: How to modify Build History status monitor

2019-02-28 Thread Mike Craig
Perfect, thank you for the reference! Having a "how-to" question, and mapping that to a documentation section is the hardest part for me. :) On Wed, Feb 27, 2019 at 10:55 PM Andreas Magnusson < andreas.ch.magnus...@gmail.com> wrote: > Not quite sure what you want to do, but we modify

Re: Pipeline: How to modify Build History status monitor

2019-02-27 Thread Andreas Magnusson
Not quite sure what you want to do, but we modify currentBuild.displayName and currentBuild.description from within our pipeline. They are documented under Pipeline Syntax | Global Variable Reference /Andreas -- You received this message because you are subscribed to the Google Groups

Pipeline: How to modify Build History status monitor

2019-02-27 Thread Mike Craig
Hello, Prior to using declarative pipeline, we were able to modify the Build History to indicate information we wanted to see. We are using a shared "terraform-deploy" pipeline now and would like to modify this build history to display which project (aka component) was built in that run.