Re: All jobs disappeared from view

2021-01-02 Thread Ivan Fernandez Calvo
Did you check the logs? I bet you have an exception related to one or more plugins not loaded correctly El sábado, 2 de enero de 2021 a las 4:22:33 UTC+1, dma...@gmail.com escribió: > Yes, I had tried that, numerous times. (All the jobs data is there). I > even restored a backup done

Re: Gracefully ignoring unavailable agents

2021-01-02 Thread Mark Waite
Apologies for the empty message that preceded this one. Fat fingers on an unfamiliar keyboard. I've been using the pipeline step 'nodesByLabel' in scripted pipelines to select label based subsets of agents that are currently available. I'm not sure that the same technique can be used with

Re: Gracefully ignoring unavailable agents

2021-01-02 Thread Mark Waite
On Thu, Dec 31, 2020 at 2:27 PM 'Mark Raynsford' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > Hello! > > Let's say I'm using a declarative pipeline setup like this: > > ~~ > #!groovy > > pipeline { > > agent none > > stages { > stage('Build') { > parallel { >