just memo for starting Jenkins2.0

  • install

jenkins.iohere is the site you can download the Jenkins2.0.war.
f:id:tomoTaka:20160630222447p:plain

  • start Jenkins.war
java -jar /Applications/Jenkins/jenkins.war

There is another way to start Jenkins, but an error occurs...
https://wiki.jenkins-ci.org/display/JENKINS/Starting+and+Accessing+Jenkins

  • set the password

Just follow the instruction.
f:id:tomoTaka:20160630222718p:plain

  • install plugins

I selected [install suggested plugins]
f:id:tomoTaka:20160630222905p:plain

  • create first admin user

just enter the user information.
f:id:tomoTaka:20160630222923p:plain

  • Jenkins start

Finally Jenkins started!
f:id:tomoTaka:20160630222932p:plain

That's it today.

I will try to use Multibranch Pipelines next! ;-)