'max' value for 'Job Weigh' in Heavy Job Plugin?

2018-09-26 Thread Thierry Barthelemy
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

Jenkins global metrics

2018-09-26 Thread gotviseryon
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

Re: Install wildcars ssl certs in opensource Jenkins ver. 2.121

2018-09-26 Thread gotviseryon
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

Does the Declarative Pipeline Plugin Assume /bin/sh for Shell Command Step (sh) when Running on Agent Node?

2018-09-26 Thread Meg Watson
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

Re: Windows 10 node and ssh-slave plugin

2018-09-26 Thread Ivan Fernandez Calvo
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,

Re: How do you evaluate the risk of allowing a particular static method call in a pipeline?

2018-09-26 Thread James Nord
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

Re: Configuration as code and preservation of credentials

2018-09-26 Thread James Nord
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