Hi All,
I'm looking to use the Heavy Job Plugin so I can run a job on multiple
nodes (with different number of executors) without having to deal other
potential job running on the same node at the same time.
Is there a way to add a 'max' value for 'Job Weigh', which would be equal
to the n
I'm looking to generate a report, as a job, which will provide the global
metrics of my Jenkins instance. I need details in the report like (1) How
many jobs ran? (2) # of failed and successful jobs and every possible
metrics possible in one report. I need to send this report every week to
my
Thanks for the details Vincent. Will try this and update if it works. If
not, will publish the details.
On Tuesday, September 25, 2018 at 11:13:08 AM UTC-4, Vincent Latombe wrote:
>
> Hi,
>
> See
>
> https://wiki.jenkins.io/display/JENKINS/Starting+and+Accessing+Jenkins
>
> *> Using HTTPS with
Hi there,
I have a Jenkins Master on RHEL (v 2.121.3), and an Agent running on
NonStop, which looks and smells like Unix. On NonStop I have 2 choices for
the shell, /bin/sh (which is symlinked to /bin/ksh) and /bin/bash. I
normally use /bin/bash. I have a pipeline job that is pegged to run o
HI,
Take a look to https://issues.jenkins-ci.org/browse/JENKINS-42856 I think
that it is the same issue, there is a workaround, see my last comments, It
does not work I can help you on that issue.
El martes, 25 de septiembre de 2018, 21:39:49 (UTC+2),
christoph...@inria.fr escribió:
>
> Hello,
well toJson can take a URL which could be a file:// path to some file on
the master which you should not be able to read which could allow you to
retrieve anything (including all secrets) in a Jenkins home.
(There is also a method that takes a closure which is abitrary code.)
Basically yeah - t
On Tuesday, September 25, 2018 at 9:38:10 PM UTC+1, Damien Coraboeuf wrote:
>
> Hi Nicolas,
>
> Thanks for your feedback.
>
> In our case, we're using CasC to maintain and push known and tested
> versions of a Jenkins master into a production environment, but we wanted
> to still accept some de