Re: Error in Manage Jenkin page

2019-06-09 Thread Ramanathan Muthaiah
> > > I'm very new to Jenkins and i am seeing below error message when i trying > to configure Plugin. Any help really appreciated. > > There were errors checking the update sites: SSLHandshakeException: > sun.security.validator.ValidatorException: PKIX path building failed: > sun.security.pr

How to write a yaml configuration for certificate with JCasC plugin?

2019-06-09 Thread Oxygen
HI I am using JCasC plugin to backup configurations of our team's Jenkins server, the configuration contains some certificates in credential configuration, I added those certificates in the yaml file as follows: credentials: system: domainCredentials: - credentials: - certificate

Change build display name for restart from stage

2019-06-09 Thread Kalabase Lebelo
Hello, how does one change or inherit parents build display name for when you restart a completed build from a particular stage in a declarative pipeline? I looked at below plugin and it works fine for the initial build, but builds restarted from a stage uses the build number as the display

Re: extract or validate the xml response from jenkins

2019-06-09 Thread panneerrselvam natarajan
Thanks Danny Jacob, It is working fine. Regards panneer On Saturday, June 8, 2019 at 12:02:26 AM UTC-7, Danny Jacob wrote: > > Write an xml parser function in groovy might help. > We are doing similar for our test automation set up to make the build > unstable by counting number of failures.