issue when using P4 plugin with ssl handshake

2021-01-14 Thread jfern...@forgottenempires.net
I have been using Jenkins on windows as a service and I had a few issues in the past when setting it up due to the ssl handshake I sorted it out adding the configuration below to the jenkins.xml file. But I need to stop the service and start using from the cmd so I can have access to execute G

Re: how to run an exe file within a declarative pipeline

2021-01-13 Thread jfern...@forgottenempires.net
Wed, Jan 13, 2021, 05:50 jfern...@forgottenempires.net < > jfern...@forgottenempires.net> wrote: > >> I am trying to create a pipeline which execute the application with some >> test scripts once it is built. If done through the CMD it opens the >> application run a te

Re: how to avoid cps error using XmlSlurper() method in jenkins pipeline

2021-01-13 Thread jfern...@forgottenempires.net
t; > HTH Reinhold > > > > > > *From:* jenkins...@googlegroups.com *On > Behalf Of *jfern...@forgottenempires.net > *Sent:* Mittwoch, 13. Jänner 2021 10:22 > *To:* Jenkins Users > *Subject:* how to avoid cps error using XmlSlurper() method in jenkins > pi

how to run an exe file within a declarative pipeline

2021-01-13 Thread jfern...@forgottenempires.net
I am trying to create a pipeline which execute the application with some test scripts once it is built. If done through the CMD it opens the application run a test(AIImprovementsBucket1Test) and exit the application. I have tried this: ``` stage('test') { steps{

how to avoid cps error using XmlSlurper() method in jenkins pipeline

2021-01-13 Thread jfern...@forgottenempires.net
I am using a simple test pipeline to get a username out of a xml file, I have written a simple function using the XmlSlurper method and I have included the @NonCPS annotation at the beginning of the function but I keep getting an error, even though the function seems to work as it prints out