custom-tools-plugin icon indicating copy to clipboard operation
custom-tools-plugin copied to clipboard

A generic tool installer for Jenkins

Results 10 custom-tools-plugin issues
Sort by recently updated
recently updated
newest added

Hi! This PR aims to move this plugin to the [recommended](https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/) Jenkins baseline version. ## Testing done Ran `mvn clean verify`. ```[tasklist] ### Submitter checklist - [x] Make sure you...

Hi! This change adds a `CODEOWNERS` file to ensure folks on the development team are notified about new contributions. For plugins generated today, this file is included [by default](https://github.com/jenkinsci/archetypes/blob/master/common-files/.github/CODEOWNERS). Use...

### What feature do you want to see added? Just adding for myself as a reminder. The plugin remains up for adoption, see the explanation in #63 ### Upstream changes...

chore

Original issue is that JCasC could create jenkins.yaml for customTool section. It happened, because, io.jenkins.plugins.casc.impl.configurators.DataBoundConfigurator.describe(DataBoundConfigurator.java:299) could work with Arrays. It was fixed with https://github.com/jenkinsci/configuration-as-code-plugin/pull/1234/ . Now it is possible to...

JENKINS-60045 doesn`t fully implemented. Extended Choice dependecy deleted. My bad, repoI was forked from 0.6.

The plugin build currently fails on Windows. This is a foundation PR just to track the status.

work-in-progress
chore

Adding HOME ENV variables to build.getEnvironments so that plugins can pull in the homes of custom tests if needed I am not sure how to develop tests though..... I needed...

- [x] Isolate Extended Choice Parameter Code and hide it behind the extension point - [ ] Move Extended Choice parameter support to a plugin. Fix integration issue there (?)...

work-in-progress

Pipeline compatibility. see [JENKINS-30680](https://issues.jenkins-ci.org/browse/JENKINS-30680) - [X] Compatibility with pipeline - [X] Snippet generator - [X] Used tools action added to job - [ ] aesthetic jelly for the action page...

It is stated in the `JENKINS SECURITY POLICY` that > The Jenkins project takes security seriously. We make every possible effort to ensure users can adequately secure their automation infrastructure....