Re: Resource Root Problem Post Upgrade

2021-11-02 Thread Matt Wilson
thanks. Whats odd is that based on job log output this seemed to have been working for a few days, then "broke". Right now I'm playing on scheduling a service restart. Maybe I'll get lucky and its just a one off... I guy can dream. On Tuesday, November 2, 2021 at 3:43:53 AM UTC-4 db...@cloudb

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

2021-11-02 Thread 'dnus...@cloudbees.com' via Jenkins Users
Scripted Pipeline supports nested parallel steps at the execution level, although visualizations like Blue Ocean only support one level of parallelization, and Declarative Pipeline does not natively support nested parallel, and I do not think nested parallel has much real-world use or testing.

Re: Resource Root Problem Post Upgrade

2021-11-02 Thread 'Daniel Beck' via Jenkins Users
On Tue, Nov 2, 2021 at 2:27 AM Matt Wilson wrote: > > Caused by: java.lang.NullPointerException > at > jenkins.security.ResourceDomainConfiguration.checkUrl(ResourceDomainConfiguration.java:174) > at > jenkins.security.ResourceDomainConfiguration.doCheckUrl(ResourceDomainConfigura

Deploy an artifact into a custom directory in jenkins pipeline job

2021-11-02 Thread Adharsha sri
Hi Team, We want to deploy the artifacts in the custom directory. For freestyle job we are using Artifact Deployer plugin. But for pipeline job how to mention it . In teamcity we mention like Source => target In the same way, how to mention it in jenkins pipeline job. Please help. -- You rece