Re: Git Commit Message as an Environment Variable

2019-11-20 Thread Mark Waite
If it helps, I have an example that iterates over the changeset provided for a Pipeline job when running on a branch within a multibranch pipeline. I believe it is limited to multibranch pipe

Re: Git Commit Message as an Environment Variable

2019-11-20 Thread 'Eric Boehm' via Jenkins Users
You could use groovy to collect the commit message from the ChangeSet and then put it in an environment variable. On Tuesday, November 19, 2019 at 9:53:52 AM UTC-5, Jeremy Hartley wrote: > > Hi, > > I'm playing around a bit with Git environment variables to send to slack > and would like to incl