Re: Environment Variables in Jenkins Plugin

2020-12-15 Thread Sourabh Jain
Hi Jesse, The problem we have is to send some data(all environment variables, global or local) after each stage is completed in a jenkins Pipeline. So, we are using GraphListener to listen to every stage end and then send env variables to a HTTP url. But we are not getting all environment variab

Re: Jenkins Operator managed service name (sublicensing)

2020-12-15 Thread Oleg Nenashev
Our public doc is still behind the actual state, my bad. Will make sure to file a PR tomorrow on the morning. At the Oct 14 governance meeting we agreed that: * We adopt Linux Foundation pre-approved trademark patterns and usage guidelines * We are not applying requirements retrospectively, everyt

Re: Jenkins Operator managed service name (sublicensing)

2020-12-15 Thread Daniel Beck
> On 15. Dec 2020, at 22:18, Oleg Nenashev wrote: > > It was me pushing for LF trademark guidelines adoption at the end of the day. Oleg, could you summarize the current situation of this? My vote basically hinges on whether we've done this and we'd be granting an exception; or whether it's

Re: Jenkins ebook #1

2020-12-15 Thread Oleg Nenashev
> "The Jenkins Project" we would like the names of the governance board members below this line. As though this letter is from the governance board. Hope that helps. I do not mind putting board names there, but at the same time I do not see a strong reason to do so. I would rather prefer to no

Re: Jenkins Operator managed service name (sublicensing)

2020-12-15 Thread Mark Waite
I'm +1 for accepting the name " VirtusLab Jenkins Operator Service" as a valid exception to the Linux Foundation trademark guidelines because it matches the patterns we've used in the past. We're in a transition period as we move towards using the Linux Foundation trademark guidelines and I th

Google Summer of Code 2021 - Call for project ideas and mentors!

2020-12-15 Thread Oleg Nenashev
Hi all, You may have already noticed a few threads about Google Summer of Code (GSoC) in the developer mailing list and other Jenkins channels. We are going to participate in the program this year, and we are looking for project ideas and mentors. GSoC is a g

Re: Jenkins Operator managed service name (sublicensing)

2020-12-15 Thread 'Gavin Mogan' via Jenkins Developers
As I'm missing tomorrow's meeting, Oleg echos my own feeling. No strong objections but no real evidence other than "we would like it" On Tue., Dec. 15, 2020, 1:19 p.m. Oleg Nenashev, wrote: > After some consideration, I have decided to cast my "0" vote ahead of the > tomorrow's meeting at 6PM UT

Re: Jenkins Operator managed service name (sublicensing)

2020-12-15 Thread Oleg Nenashev
After some consideration, I have decided to cast my "0" vote ahead of the tomorrow's meeting at 6PM UTC. I do not feel too strongly to vote against the new name, but at the same time I do not see evidence which would support an exception. It was me pushing for LF trademark guidelines adoption a

Re: Environment Variables in Jenkins Plugin

2020-12-15 Thread Jesse Glick
On Tue, Dec 15, 2020 at 1:01 PM Sourabh Jain wrote: > do the flownode object in graph listener have the step context? No. There is a `StepListener` that does, but this smells like the wrong approach to whatever problem it is you are trying to solve, which you have never explained. -- You receiv

Re: Environment Variables in Jenkins Plugin

2020-12-15 Thread Sourabh Jain
Hi Jesse, Interesting, but do the flownode object in graph listener have the step context? On Tue, 15 Dec 2020, 22:14 Jesse Glick, wrote: > On Tue, Dec 15, 2020 at 2:15 AM Sourabh Jain > wrote: > >> I tried using run.getAction(EnvActionImpl.class); but it does not have >> the environment varia

Re: Jenkins Governance Meeting, Dec 16, 2020

2020-12-15 Thread Oleg Nenashev
Thanks to everyone for the responses! Based on the feedback, let's keep the regular time for tomorrow (6PM UTC). I still have an action item for creating a poll for a regular meeting, but maybe we can keep doing a floating one. while we are in the holidays period On Monday, December 14, 2020 at

Re: Environment Variables in Jenkins Plugin

2020-12-15 Thread Jesse Glick
On Tue, Dec 15, 2020 at 2:15 AM Sourabh Jain wrote: > I tried using run.getAction(EnvActionImpl.class); but it does not have > the environment variables. > No, do not use that. It would only have *global* environment variables (and not even all of those). `StepContext.get(EnvVars.class)` is used

Re: New Jenkins Operator for kubernetes: repository request creation: simple-jenkins-operator

2020-12-15 Thread Oleg Nenashev
Yes, please go ahead. I think getting code there and development going is more important at the moment. Since VirtusLab is now active in the original repo again, it would be great if both repositories clearly distinguish projects on the README pages and docsites. On Tue, Dec 15, 2020 at 8:45 AM