Re: Jenkins 2.249.2 LTS RC testing started

2020-10-05 Thread Mark Waite
I ran comparison tests between 2.249.1 and 2.249.2-rc in my environment over the weekend. The comparisons included varying versions of the trilead-api-plugin for agent connections (JENKINS-63790 ). I detected no issues that were specific to

Re: Events Officer Role

2020-10-05 Thread Alyssa Tong
Thank you Oleg On Mon, Oct 5, 2020 at 5:49 AM Oleg Nenashev wrote: > Hi Alyssa, > > Indeed it has been a *VERY *long term. On behalf of the Jenkins board and > the community, I would like to thank you for all contributions you've made > during your tenure! Your efforts in organizing and

Re: How to use TokenMacro with key/value pairs

2020-10-05 Thread Andrew Grimberg
I'm looking to expand macros in a managed configuration file. It's sort of doable if you jump through hoops now by doing the following: * Define a managed configuration file using the config-file-provider * Use the credential-binding-plugin to bind credentials in the job wrapper * Add a build

Re: [Blue Ocean] - Customize and deploy Blue Ocean - Resolve dependencies/modules from local repository

2020-10-05 Thread Jesse Glick
On Mon, Oct 5, 2020 at 8:05 AM Nagaraj JB wrote: > I was able to get it working by uploading .hpi files for each of the missing > plugins/modules. Is there a better way to do it? No, that is one of the downsides of developing plugins in a multimodule Maven reactor as is done in

Re: Proposal: Hosting Jenkinsfile Runner "Image packs" in jenkinsci

2020-10-05 Thread Jesse Glick
On Mon, Oct 5, 2020 at 3:38 AM Oleg Nenashev wrote: > jenkinsci/jnlp-agents […has] images for Maven, Ruby, .NET Core, Python. > Node.js, etc. I see. For example: https://hub.docker.com/r/jenkins/jnlp-agent-ruby

Re: Events Officer Role

2020-10-05 Thread Oleg Nenashev
Hi Alyssa, Indeed it has been a *VERY *long term. On behalf of the Jenkins board and the community, I would like to thank you for all contributions you've made during your tenure! Your efforts in organizing and coordinating the community evens/conferences have been essential to the Jenkins

Re: [Blue Ocean] - Customize and deploy Blue Ocean - Resolve dependencies/modules from local repository

2020-10-05 Thread Nagaraj JB
I was able to get it working by uploading .hpi files for each of the missing plugins/modules. Is there a better way to do it? On Monday, October 5, 2020 at 4:14:31 PM UTC+5:30 Nagaraj JB wrote: > I am making a small UI change as per our need in Blue Ocean Plugin. I am > able to run the plugin

[Blue Ocean] - Customize and deploy Blue Ocean - Resolve dependencies/modules from local repository

2020-10-05 Thread Nagaraj JB
I am making a small UI change as per our need in Blue Ocean Plugin. I am able to run the plugin from IDE and see the changes reflecting. As it is a customization I don't want to publish, how can I package it and use it in our Jenkins instance? I packaged it and got .hpi file. I uploaded to the

Re: Proposal: Hosting Jenkinsfile Runner "Image packs" in jenkinsci

2020-10-05 Thread Oleg Nenashev
Hi Jesse, There are official images like jenkinsci/docker-ssh-agent or jenkinsci/docker-inbound-agent . They are technology-neutral. jenkinsci/jnlp-agents