Re:Is there a way to add my own project to the jenkinsci github organization?

2020-11-13 Thread Rick
Hi Artem, Good to see your project. I think you did a good thing. Start a thread in current channel is a good way to talk about it. Beside, I also have a project which has the same purpose with yours. I was wondering you maybe can take look at it. Even you can help me to maintain it as

Is there a way to add my own project to the jenkinsci github organization?

2020-11-13 Thread Artem Salimov
I recently developed a useful tool (at least for my small team) https://github.com/gocruncher/jenkins-job-cli which helps us to conveniently run any Jobs from the Command line. and I would like to add this project to the https://github.com/jenkinsci organization I wonder is there any chance of

Re: How often is the downloadables crawler run?

2020-11-13 Thread Daniel Beck
Usually it runs every four hours, but an infra change two weeks ago accidentally caused it to stop. For posterity: Someone changed the configured Jenkins URL to fix an issue with Jetty. That caused

Re: Writing from agent to controller

2020-11-13 Thread 'Gavin Mogan' via Jenkins Developers
Also remember the new terms. Slave was renamed to agent many years ago Master was renamed to controller (I have trouble remembering this one but getting there) On Fri., Nov. 13, 2020, 1:01 p.m. Jesse Glick, wrote: > On Fri, Nov 13, 2020 at 3:12 PM Tal Yanai wrote: > > Using FilePath.child? > >

Re: How often is the downloadables crawler run?

2020-11-13 Thread 'Gavin Mogan' via Jenkins Developers
https://github.com/jenkins-infra/crawler/blob/master/Jenkinsfile#L10 Looks like it's supposed to be run every 4 hours. Sadly it's on the super locked down trusted Jenkins install. It might be worth moving it to the less locked down infra one so more of us can look into and monitor failures. On

Re: How often is the downloadables crawler run?

2020-11-13 Thread Tim Van Holder
Partially answering my own question: looking at https://updates.jenkins.io/updates/ suggests that the last run was 2020-10-28, over two weeks ago. That feels like a rather long gap between runs. On Fri, 13 Nov 2020 at 22:38, Tim Van Holder wrote: > Hi, > > My Downloadables (as received from the

How often is the downloadables crawler run?

2020-11-13 Thread Tim Van Holder
Hi, My Downloadables (as received from the update center) are a few days out of date. How often is the crawler run? Are the logs of the last run viewable? Specifically, .NET 5 was released on Wednesday but I'm still only seeing 5.0-rc.2 as highest available version in the file as downloaded at

Re: Writing from Slave To Master

2020-11-13 Thread Jesse Glick
On Fri, Nov 13, 2020 at 3:12 PM Tal Yanai wrote: > Using FilePath.child? Yes. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Writing from Slave To Master

2020-11-13 Thread Tal Yanai
Using FilePath.child? On Fri, 13 Nov 2020 at 20:38 Jesse Glick wrote: > On Thu, Nov 12, 2020 at 5:35 PM Tal Yanai wrote: > > All these files have the build_number + build_id as part of their names. > > Then you can predict the filename, and must not call `FilePath.list`. > You cannot trust

Re: Writing from Slave To Master

2020-11-13 Thread Jesse Glick
On Thu, Nov 12, 2020 at 5:35 PM Tal Yanai wrote: > All these files have the build_number + build_id as part of their names. Then you can predict the filename, and must not call `FilePath.list`. You cannot trust anything that happens on the agent side. -- You received this message because you

Re: Pullrequest for jenkinsci/trilead-ssh2 - who can help out

2020-11-13 Thread Matt Sicker
Cross-posting here as well: we're currently looking at deprecating trilead-ssh2 by replacing it with a maintained SSH library. Though I do wonder if we will need a trilead-ssh2 compatibility bridge to more easily upgrade plugins to use the updated library without needing to update their code. On

Pullrequest for jenkinsci/trilead-ssh2 - who can help out

2020-11-13 Thread mike
Hi, I have created a quite large commit for new kex algorithms. Who can assist in review and commit it to repo? br, //mike -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from