Triggering Jenkins jobs on GitHub Branch Delete and Pull Request merge

2019-12-05 Thread Marc Esher
Hi all, In Jenkins Multi-Branch pipelines, when a GitHub Branch is deleted, that Branch is "crossed out" in the user interface. When a GitHub Pull Request is merged, same thing. So clearly, the branch delete and PR merge payloads are being sent via webhook to Jenkins and Jenkins is responding t

Re: Getting build log as plain text

2019-12-05 Thread Nick Stolwijk
You can add `/consoleText` behind the build url to get the raw console output: https://jenkins.example.com/job/example-job/job/master/1/consoleText Hth, Nick Stolwijk ~~~ Try to leave this world a little better than you fo

Re: Welcome to Jenkins Health Advisor by CloudBees

2019-12-05 Thread Arnaud Héritier
Hi everyone, We created a survey to get your feedbacks (it's a very short one) : https://forms.gle/nEwW28GihNJQSTDPA This survey is anonymous thus if you have an issue to report and you want to have us investigating it is better to track it as Jira issue (our component is cloudbees-jenkins-adv

Getting build log as plain text

2019-12-05 Thread selva vignesh
Hi Team, Is it possible to take build log file as plain text file instead of html file. I need this approach in my plugin. Kindly assist. if examples would be great -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group

Re: How to identify the compatibility plugins?

2019-12-05 Thread YanJun Shi
Thanks, Björn. I think I understand why. I've found this code before, but I'm not sure if there are any bugs, so I want to know more clearly. On Wed, Dec 4, 2019 at 4:02 PM 'Björn Pedersen' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > You should check > https://jenkins.io/blog/