>
>
> 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
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
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
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.