Chat for people who just starting contributing to Jenkins or want to do so. https://jenkins.io/participate/
@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>