Re: acceptance-test-harness questions

2019-03-19 Thread Oliver Gondža
On 19/03/2019 17.26, Julien HENRY wrote: My tests are green when executed with Jenkins 2.164.1! That's already great news, thanks for your help. But with the oldest Jenkins version we are supporting (2.89.4), all pipeline related tests are failing. I wonder if this could be an issue with the

Re: Blueocean generator for Blueocean plugin development

2019-03-19 Thread Parichay Barpanda
Hi Keith, Thanks for the help. I needed this for one of my stretch goals for GSoC '19 which is to implement an artifact that extends *GitLab* branch source plugin into Blue ocean. > > Regards, Parichay (baymac) -- You received this message because you are subscribed to the Google Groups "Jen

Re: Blueocean generator for Blueocean plugin development

2019-03-19 Thread Keith Zantow
Hi, Your best bet is probably to use https://github.com/jenkinsci/blueocean-executor-info-plugin as an example (it's been moved here: https://github.com/jenkinsci/blueocean-plugin/tree/master/blueocean-executor-info). It has a couple extension points implemented and all the configuration you need.

Re: Sudo to unix server from Jenkins(windows)

2019-03-19 Thread Prasu S
Thank you Jim for your response. It worked ! On Thursday, March 14, 2019 at 5:10:22 AM UTC-4, Jim Klimov wrote: > On March 13, 2019 7:52:21 PM UTC, Prasu S > > wrote: > >We would like to run a restart script on Unix server(test) from > >Jenkins(windows) using sudo commands? Is this possible i

Re: Sudo to unix server from Jenkins(windows)

2019-03-19 Thread Prasu S
Oops.. Sorry , I did not realize I posted this in Jenkins Developers group. Thanks for your response. On Wednesday, March 13, 2019 at 4:48:32 PM UTC-4, Mark Waite wrote: > This is a Jenkins user question rather than a Jenkins dev question. The > Jenkins developer list is used for discussions

Fwd: Blueocean generator for Blueocean plugin development

2019-03-19 Thread Oleg Nenashev
Moving this thread to the Developer Mailing list On Monday, March 11, 2019 at 6:54:49 AM UTC+1, Parichay Barpanda wrote: > > Hi all, > > I was going through the Plugin tutorial > page from > Jenkins Wiki. There is a nice description of *h