RE: Jobs with a wildcard tag refspec sometimes rebuild tags at same commit

2020-01-09 Thread Beushausen, Christian
Hi Eric, Mark, Could you keep the list updated? Or have you created a new issue on Jira for this? We do see this (or a very similar) issue also for at least one job in our environment Thank you and cheers. Mit freundlichen Gruessen/Best regards, Christian Beushausen I S&T PD SW SWF Interior S

RE: jenkins pipeline - how to add another parallel to 2 other parallel.

2019-09-11 Thread Beushausen, Christian
Hi Prashanth, my understanding: What you want to achieve is not possible with declarative pipeline. You should be able to get this done with a scripted pipeline though. Note: Blue Ocean is not able to represent it. Mit freundlichen Gruessen/Best regards, Christian Beushausen I S&T PD SW SWF Int

RE: Recommended Plug in for migrating jobs between 2 jenkins instances

2018-11-09 Thread Beushausen, Christian
Hi Nicolas, We are sometimes using this plugin: https://plugins.jenkins.io/job-import-plugin Or, you could (from what I have heard): * Copy job folders on file system level * Download job config as xml via Jenkins CLI and upload it on the new instance. Mit freundlichen Gruessen/Best re

RE: Jenkins Administration - Role-based Authorization Strategy - Manage & Assign Roles list really big

2018-10-30 Thread Beushausen, Christian
Hi, We set up dedicated AD groups for different types of users (developers, users, integrators) and only those groups are maintained on Jenkins. Everything else is done via the AD groups. Maybe also not the best approach, but this way we were able to mostly centralize all access requests to on

Re: can I have concurrent steps in a pipeline?

2018-10-17 Thread Beushausen, Christian
Hi Don, Why do step 3 and 4 have to run concurrently? It sounds to me that burpsuite could be started as step 3, listening for connections. Then execute step 4 that runs against the running burpsuite instance. As a post step you could then let burpsuite finish processing whatever it's doing and