Re: alternative to Multiple SCM plugin

2020-08-10 Thread Mark Waite
Deprecated plugins tend to continue operating, though that specific plugin warns in its documentation that it was an experiment and is not considered ready for production. Pipeline is a good recommendation to replace the multiple SCM's plugin with something more reliable, more consistent, and bett

Re: Issue sending email

2020-08-10 Thread Slide
That all looks fine. I'm not sure why it would be giving that error unless it (the server) didn't like one of the usernames in the list of users being emailed, or the from address. On Mon, Aug 10, 2020 at 12:20 PM Greg Yeomans wrote: > Image as requested, sorry for delay, email got burried. > >

alternative to Multiple SCM plugin

2020-08-10 Thread Marcos González
Hi After update my jenkins to 2.251 version I see how Plugin Multiple SCMs Is marked how obsolete https://plugins.jenkins.io/multiple-scms/ How I prefer to not have support problems, Im looking to replace , but only I see Pipeline plugin, where in my case is not valid. Usually we prefer to use

GitHub webhooks and pipelines

2020-08-10 Thread Sébastien Hinderer
Dear all, I am trying to switch from classical to pipeline jobs. One of my classical (legacy) jobs is triggered by a GitHub web hook and things are working correctly: when something is pushed to the "trunk" branch on GitHub, the hook is called and the classical job is executed. This is reflected

RE: Blue Ocean Pipeline Stages missing

2020-08-10 Thread Randy Beckwith
I’m assuming you’ve looked through the Console output to make sure it has actually run through all the stages and that there’s not some bug in the pipeline that is allowing it to go directly from Start to Publish Randy From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups

API to get all builds started by user

2020-08-10 Thread Shashank V
Hi, Is there a REST API endpoint to get all builds started by myself? I see there is `https://jenkins/user/myusername/builds ` page but it is always empty for me and other users. I have all admin permissions but still the page is empty.