Re: Need help recovering Jenkins.io account

2020-09-10 Thread Keith Yates
kya...@blizzard.com this was a bug I reported https://issues.jenkins-ci.org/browse/JENKINS-53539 - *Keith* On Thu, Sep 10, 2020 at 6:43 PM Mark Waite wrote: > What is the email address that you are no longer able to access? > > On Thu, Sep 10, 2020 at 7:27 PM Keith Yates wrote: > >> kyates /

Re: Need help recovering Jenkins.io account

2020-09-10 Thread Mark Waite
What is the email address that you are no longer able to access? On Thu, Sep 10, 2020 at 7:27 PM Keith Yates wrote: > kyates / kru...@gmail.com > > On Thursday, September 10, 2020 at 6:22:38 PM UTC-7 Keith Yates wrote: > >> Not sure how to reply to a single person. username is kyates >> >> On

Re: Need help recovering Jenkins.io account

2020-09-10 Thread Keith Yates
kyates / kru...@gmail.com On Thursday, September 10, 2020 at 6:22:38 PM UTC-7 Keith Yates wrote: > Not sure how to reply to a single person. username is kyates > > On Friday, September 4, 2020 at 6:32:35 PM UTC-7 Mark Waite wrote: > >> Send me your username, the email address that is now

Re: Need help recovering Jenkins.io account

2020-09-10 Thread Keith Yates
Not sure how to reply to a single person. username is kyates On Friday, September 4, 2020 at 6:32:35 PM UTC-7 Mark Waite wrote: > Send me your username, the email address that is now inaccessible, and the > new email address. > > On Fri, Sep 4, 2020 at 7:24 PM Keith Yates wrote: > >>

Kubernetes Plugin: How to run commands within agent container as non-root?

2020-09-10 Thread iris Jasper Orschulko
I am trying to run a Pipeline in a Kubernetes agent, which needs to execute commands as non-root user. So I tried setting the securityContext of the Pod to 1000 (the default jenkins user) as described here: https://plugins.jenkins.io/kubernetes/. However, the user does not exist in the

How to use SCMEvent on multibranch-pipeline

2020-09-10 Thread Santiago Fraire Willemoës
Is it possible to trigger a job based on a SCMEvent? I'd like something like: ``` when { SCMEvent() == "pr:merged" } ``` Does anyone know how to do that? I've checked bitbucket plugin and it is processing those events, but I don't how to listen to them.

Re: How to share (non-secret) variables between jobs

2020-09-10 Thread Gianluca
You could maybe use https://www.jenkins.io/doc/book/pipeline/shared-libraries/ and load those variable from a global shared library and used inside the pipelines. Il giorno giovedì 10 settembre 2020 alle 01:46:51 UTC+1 ashish...@gmail.com ha scritto: > Dear All, > > We have a bunch of jobs