Re: Reserving a display on each node

2023-05-31 Thread 'Christoph Vogtländer' via Jenkins Users
Hi, the downside of using a ephemeral lock like "${NODE_NAME}-display" is that you cannot select a node where the resource is actually free. In the worst case, all your builds that require a display are using the same node, blocking each other while other nodes are still free. This is not a probl

Re: howto use library function for parameter list

2022-02-21 Thread 'Christoph Vogtländer' via Jenkins Users
Hi, Am Montag, 21. Februar 2022, 15:28:09 CET schrieb Thomas Markus: > How can I use a library function for this? Currently I have to copy my > scipt. You mean using a function from a custom pipeline library for a scripted value of the extended choice? I don't think this is possible. As the