Re: Skip a Jenkins job build in a pipeline

2019-07-02 Thread Nalin Garg
I had a similar need. I ended up querying git to give list of all files that were changed in PR. And then have logic around what files would be wrapped in "if, else"/ "when" block. On Tuesday, July 2, 2019 at 6:48:23 AM UTC-7, Vijay Gongle wrote: > > I have a Jenkins pipeline which has 10 Jobs

Re: Remove / disable the Replay capability for Jenkins Pipeline consumers

2018-08-09 Thread Nalin Garg
If you give a group with access to "Job->Configure " or "Job/Configure " then " Run/Reply" get enabled implicitly(irrespective of whether " Run/Reply" is selected or not). This rule does make sense but seems like a trick. On Friday, August 3, 2018 at 5:19:24 AM UTC-7, Rushi Jawali wrote: > >