Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools Continuous Integration with Jenkins How Jenkins Works Running Jenkins for the First Time

Closing and reopening Jenkins issue - please help

I've gotten halfway through this course and had to stop. Trying to return the next day, and while I'm able to launch Jenkins with the "java -jar jenkins.war --httpPort=8080" line, I'm unable to continue. In the browser, it's asking for a log in that I don't recall setting up (although rereading this article shows that I must have done) and no way to reset a password or anything to let me back in to the Jenkins UI.

A google around has shown me to try and find a conflg.xml on my system that just doesn't seem to exist in any of the locations people online have suggested. Is there a way I can clear out everything I've done and start again?

Any advice would be appreciated

1 Answer

https://www.jenkins.io/download/ You will find the .war file in the link above.

Also I had to run add an option to the command 'java -jar jenkins.war --httpPort=8080 --enable-future-java'