Chat for people who just starting contributing to Jenkins or want to do so. https://jenkins.io/participate/
@NehaMittal3010 can you describe what you're trying to do?
I made a feeble attempt in the node label parameter plugin to switch from the jquery plugin to the jquery 3 plugin (jenkinsci/nodelabelparameter-plugin#38) . Thankfully, then @halkeye rescued me and provided replacement code (jenkinsci/nodelabelparameter-plugin#39) that uses plain Javascript instead of using the JQuery library.
Maybe the conversations on those two pull requests will help you on your journey
@MarkEWaite @halkeye i have installed the plugin from Manage Jenkins --> Manage Plugins .. "https://plugins.jenkins.io/uno-choice/" when i ran the security scans below vulnerability are encountered:- JQuery 1.12.4 contains multiple vulnerabilities:
CVE-2020-11022 dated 2020-04-29 has a CVSS score of 6.9.
CVE-2020-11023 dated 2020-04-29 has a CVSS score of 6.9
CVE-2015-9251 dated 2015-01-18 has a CVSS score of 6.1.
CVE-2019-11358 dated 2019-04-19 has a CVSS score of 6.1. i want to uplift the JQuery inside the Active choice Plugin.. i donot know how to create the plugin as i am new to this.. can u please assist me.
@NehaMittal3010 you might look at the existing pull requests in that plugin repository that are proposing other changes to the JavaScript. See
If you'd like to see my first few steps on the "Contributing to Open Source" path, see:
Maven does not find the parent pom, but I see it here:
https://repo.jenkins-ci.org/artifactory/public/org/jenkins-ci/plugins/plugin/4.33/
Your error indicates a networking problem.
BTW: Please upgrade your Maven version to a newer one (3.8.4 is the current release)
jenkins.io
codebase using the info provided in the screenshot. That is, the repo at https://github.com/jenkins-infra/jenkins.io. If it still doesn't work do let us know.
git diff
output shown is for your reference only.
jquery
dependency in the active-choices-plugin
instead of the other options discussed above:<dependency>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler-adjunct-jquery</artifactId> <!-- TODO why is this not using org.jenkins-ci.plugins:jquery instead?! -->
<version>1.12.4-0</version>
<exclusions>
<exclusion> <!-- TODO INFRA-1310 pending 1.12.4-0 -->
<groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler</artifactId>
</exclusion>
</exclusions>
</dependency>