Re: Checkouts failing on ci.jenkins.io

2023-08-02 Thread 'rsomas...@netflix.com' via Jenkins Developers
Looks like @hlemeur has retriggered it, and it's building fine. Thank you very much! On Wednesday, August 2, 2023 at 9:42:23 AM UTC-7 rsomas...@netflix.com wrote: > Hi! > > I'm seeing checkouts failing on ci.jenkins.io. > > First attempt: > > https://ci.jenkins.io/blue/organizations/jenkins/Pl

Checkouts failing on ci.jenkins.io

2023-08-02 Thread 'rsomas...@netflix.com' via Jenkins Developers
Hi! I'm seeing checkouts failing on ci.jenkins.io. First attempt: https://ci.jenkins.io/blue/organizations/jenkins/Plugins%2Factive-choices-plugin/detail/PR-85/1/pipeline Remote does not have refs/pull/85/head available for fetch. Second attempt: https://ci.jenkins.io/blue/organizations/jenkin

Prototype.js replacing JSON.stringify

2023-03-02 Thread 'rsomas...@netflix.com' via Jenkins Developers
Hi! I was looking at some javascript that was behaving differently on Jenkins than it does on other apps. I boiled it down to the simplest reproducible test case. It turned out that serialization was behaving differently when calling JSON.stringify. This is the sample code you can run on the Ch

Re: Status of CopyArtifact plugin

2023-02-09 Thread 'rsomas...@netflix.com' via Jenkins Developers
Thanks Mark! This is awesome news. On Thursday, February 9, 2023 at 3:53:09 PM UTC-8 Mark Waite wrote: > It was recently adopted by allancth . The adoption request > > was only processed last week. > > If you are inte

Status of CopyArtifact plugin

2023-02-09 Thread 'rsomas...@netflix.com' via Jenkins Developers
Hi! I'm looking at https://plugins.jenkins.io/copyartifact/ It has the banner on top that says, "This plugin is up for adoption! We are looking for new maintainers. Visit our Adopt a Plugin initiative for more information." But looking at the GitHub repo, it seems to be getting actively mainta

Renovatebot for cctray-xml-plugin

2023-01-29 Thread 'rsomas...@netflix.com' via Jenkins Developers
Hi! I see some previous emails on this list about using renovatebot for plugins. Is it possible to enable it? How do I enable renovatbot for https://github.com/jenkinsci/cctray-xml-plugin? - Rahul -- You received this message because you are subscribed to the Google Groups "Jenkins Developer

Adopt cctray-xml plugin

2022-07-26 Thread 'rsomas...@netflix.com' via Jenkins Developers
Hi! I would like to adopt the cctray-xml plugin. Plugin: https://github.com/jenkinsci/cctray-xml-plugin/ Current status: up for adoption The PR I want to deliver: https://github.com/jenkinsci/cctray-xml-plugin/pull/5 My Github username: https://github.com/rahulsom My Jenkins account: rahulsom PR

Re: Feedback on some analysis I'm doing

2021-12-14 Thread 'rsomas...@netflix.com' via Jenkins Developers
hey can't, then we can create api-plugins for each of the popular ones, and get the plugins to depend on them. - Rahul On Monday, December 13, 2021 at 2:31:31 PM UTC-8 jgl...@cloudbees.com wrote: > On Mon, Dec 13, 2021 at 1:35 PM 'rsomas...@netflix.com' via Jenkins > Develop

Re: Feedback on some analysis I'm doing

2021-12-13 Thread 'rsomas...@netflix.com' via Jenkins Developers
While sometimes (like log4j-core) it is about security and owasp can help. Other times, it's mostly about reducing redundant libraries - like slf4j-api or log4j-api. Other common libraries are ❯ csvsql "SELECT jarGroupId, jarArtifactId, jarVersion, count(*) as CT FROM plugin-jars.csv GROUP BY ja

Re: Permissions for publishing parent-pom of build-monitor plugin

2021-12-01 Thread 'rsomas...@netflix.com' via Jenkins Developers
ons-updater > if your publishing a new repo, you'll probably want a new file, or at > least paths added to your existing yml file > > On Wed, Dec 1, 2021 at 11:42 AM 'rsomas...@netflix.com' via Jenkins > Developers wrote: > >> Hi! >> >

Permissions for publishing parent-pom of build-monitor plugin

2021-12-01 Thread 'rsomas...@netflix.com' via Jenkins Developers
Hi! The build-monitor plugin used to publish the HPI file to repo.jenkins-ci.org with group: org.jenkinsci-plugins and artifactId: build-monitor-plugin. The pom it published referenced a parent-pom with group: org.jenkinsci-plugins and artifactId: build-monitor. The parent-pom was never publis

Triggering a branch in a MultiBranchProject with custom environment

2021-01-14 Thread 'rsomas...@netflix.com' via Jenkins Developers
Hi! My coworker and I are writing a custom BranchSource plugin and there is some extra context I want to pass on to the build. We started by looking at the Bitbucket Branch Source plugin and started implementing my own. When an SCM event occurs, we're able to trigger the build, but I want to a