credentials-binding-plugin and private key files

2021-06-21 Thread Andreas Magnusson
Anyone else noticed this? I just updated my Jenkins to 2.289.1 and some of my build that use a private key file for SSH access fail like this (complete stacktrace at bottom): FATAL: Cannot use the same key in both secretValues and publicValues Turns out that I got rid of the message if I edited

Re: Views on Folders

2021-06-21 Thread Anderson Cruz
Thanks for the feedback James, I'm using 2.235.1. I have to update my LTS... Anderson Cruz On Mon, Jun 21, 2021 at 11:37 PM James Nord wrote: > I fixed this recently, what version of Jenkins are you using ? > > https://github.com/jenkinsci/jenkins/pull/5377 jenkins-2.288 >

Re: Views on Folders

2021-06-21 Thread James Nord
I fixed this recently, what version of Jenkins are you using ? https://github.com/jenkinsci/jenkins/pull/5377 jenkins-2.288 and higher /James On Thu, 17 Jun 2021 at 16:43, Anderson Cruz < anderson.siqueira.c...@gmail.com> wrote:

Is it possible to update a variable in a dynamically created stage?

2021-06-21 Thread 'Eric Boehm' via Jenkins Users
I am having a problem updating a variable based on the result of a shell script when I create stages dynamically. I think that this is because the dynamically created stage is a closure and its view of the variable is as of the time of the closure. Is there a way to solve this problem? Here's the