Chat for people who just starting contributing to Jenkins or want to do so. https://jenkins.io/participate/
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>
pom.xml
file above.
... INFO hudson.WebAppMain$3#run: Jenkins is fully up and running