Hello everyone,
I am a new user of Jenkins-ci. I have cloned the repo from github and built the Maven project. This generated a .war file, which I imported into Eclipse. Next what I tried to do was to manipulate the homepage. As in, now I get four tasks to choose from namely, new item, people, build history and manage jenkins. I would want to add one more option there, say MyCustomTask that would reference to another html page. I tried to look for the html pages but couldn't find in anywhere in the project. Where are the static html pages stored in the project directory?
Thank you