Re: thread safety of scripted pipeline parallel and usage of nested parallel

2021-11-01 Thread 'abstrakta' via Jenkins Users
So nested parallel is allowed too ? ---Original--- From: "'Devin Nusbaum' via Jenkins Users"https://github.com/jenkinsci/workflow-cps-plugin#technical-design for a few more details. You should not need to worry about Java thread safety across the various branches in a parallel step as long as

Re: Resource Root Problem Post Upgrade

2021-11-01 Thread Matt Wilson
yeah, its a doozy of a stack trace 01-Nov-2021 14:08:40.829 WARNING [Handling POST /descriptorByName/jenkins.security.ResourceDomainConfiguration/checkUrl from xx.x.xx.xxx : https-jsse-nio-9443-exec-22] hudson.init.impl.InstallUncaughtExceptionHandler.handleException Caught unhandled

Re: Resource Root Problem Post Upgrade

2021-11-01 Thread 'Daniel Beck' via Jenkins Users
On Mon, Nov 1, 2021 at 8:11 PM Matt Wilson wrote: > Logging ID=5d0d5334--4ac8-a484-7deef5d062fa > Check the Jenkins system log for the corresponding error message. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this

Re: Resource Root URL certificate

2021-11-01 Thread Matt Wilson
Sorry, I know this doesn't really answer your question, but though I'd share since it might help someone else. We use a Mutli Domain EV cert for this purpose. Its worked well and is probably less maintenance... On Tuesday, February 11, 2020 at 12:33:19 PM UTC-5 Stefan Spieker wrote: > I

Resource Root Problem Post Upgrade

2021-11-01 Thread Matt Wilson
I just upgraded to LTS 2.303.2 from 2.289.3. Post upgrade I'm having problems with my system. I can no longer download artifacts from my server. When I try, I get a 404 error "*Message* Jenkins serves only static files on this domain.". Interestingly enough, using the download zip feature

Need to adjust Jenkins pipeline logs using Groovy syntax at each stage

2021-11-01 Thread anilkumar panditi
Hi, I am working on below to suppress Jenkins pipeline logs using Groovy syntax at each stage, like for Initialization or Build stage we need to log only "ERROR" level. and for Deployment Stage we need to log DEBUG level logs.. And don't want to print each and every message in console output.

Re: thread safety of scripted pipeline parallel and usage of nested parallel

2021-11-01 Thread 'Devin Nusbaum' via Jenkins Users
The Pipeline execution engine uses a "green thread" model internally - there is only ever one Java thread executing the Groovy DSL for a given Pipeline (step execution may use additional Java threads, but this should always be transparent to users). See the final paragraph under

Re: thread safety of scripted pipeline parallel and usage of nested parallel

2021-11-01 Thread kuisathaverat
Jenkins pipelines have two types of code, the steps and directives provided by Jenkins, and the Groovy code. All the Jenkins steps and directives are thread safe. On your Groovy you must guarantee is thread-safe if it needs to be. Unstash and archive are Jenkins steps you can use them in parallel

Re: Unable to Run jenkins job on zos slave

2021-11-01 Thread Ivan Fernandez Calvo
This is an Error of zOS I dunno which file is trying to open, I doubt that you can even run the script in an SSH session with something like this Try the following in a machine with access by SSH to the zOS Agent, create a hello.sh file locally with the script pwd echo foo date Execute an ssh