Re: Revision to Jenkins Plugin page.

2017-12-24 Thread Mark Waite
If it is an error in a plugin wiki page, you can find the plugin wiki page with the search on https://wiki.jenkins.io/display/JENKINS/Home , then edit the page. If it is an error on a page maintained by jenkins-infra (and not maintained in a wiki page) like the jenkins.io pages, then you can subm

Revision to Jenkins Plugin page.

2017-12-24 Thread Xander Harris
I found an error on the Jenkins Plugin Site and I'd like to submit a correction, but I don't maintain the plugin in question. Does anybody here know how I might go about doing that? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscr

Re: Jenkins Pipeline - build job step, ability to return build job number

2017-12-24 Thread Kai
wow, thanks so much! On Saturday, December 23, 2017 at 3:35:42 AM UTC-8, Victor Martinez wrote: > > The build job step returns a RunWrapper object, and in your case you can > use the getId method >

Re: Cron jobs on build agents as Jenkins Jobs

2017-12-24 Thread Victor Martinez
Off the top of my head what if you use: https://plugins.jenkins.io/heavy-job then you can allocate a specific weight which its size is greater than half of the number of executors of those agents? For instance: - agent_a => number of executors 4 - agent_b => number of executors 4 - job_1 => w