pullRequest object stopped working

2021-08-30 Thread Jean-François Larvoire
Hello, we've been using the pullRequest object, provided by the "Pipeline: GitHub" plugin, to add comments and labels into our GitHub server after each build. This worked fine until a month ago, then this suddenly stopped working. Everything else works fine: - Jenkins responds to notifications

copied jobs are are disabled

2021-08-30 Thread Morten Bjoernsvik
Hi I splitted one job into several by using the 'New Item' and copy from the original job. But the copied jobs are disabled without any setting. I solved it by checking the job is disabled and then unchecking it and then save. I've done this many times in the past with no problems, at least it

How to create editable parameter based on conditions of another parameter?

2021-08-30 Thread Gajanan Mahajan
For Jenkins pipeline, I've a parameter say `Repository` and second parameter say `Branch`. Based on `Repository` value, I want to auto-populate, value for `Branch`. Let's say - if `Repository` is `BobRepo` then for `Branch` value `BobBranch` is auto populated if `Repository` is `AdamRepo`