Jenkins: install jenkins on windows

Trabla: Jenkins: install jenkins on windows


Jenkins - install jenkins on windows tutorial

Jenkins is an open source continuous integration tool written in Java. The project was forked from Hudson after a dispute with Oracle.

Jenkins provides continuous integration services for software development. It is a server-based system running in a servlet container such as Apache Tomcat. It supports SCM tools including AccuRev, CVS, Subversion, Git, Mercurial, Perforce, Clearcase and RTC, and can execute Apache Ant and Apache Maven based projects as well as arbitrary shell scripts and Windows batch commands. The primary developer of Jenkins is Kohsuke Kawaguchi. Released under the MIT License, Jenkins is free software.

Builds can be started by various means, including being triggered by commit in a version control system, by scheduling via a cron-like mechanism, by building when other builds have completed, and by requesting a specific build URL.
Source: https://en.wikipedia.org/wiki/Jenkins_(software)


Solving:

1. Download Jankins for windows
https://jenkins-ci.org/

Jenkins - install jenkins on windows tutorial screenshot 1

2. Unzip archive and run installer

Jenkins - install jenkins on windows tutorial screenshot 2

 3. Jenkins installation wizard - press "Next"

Jenkins - install jenkins on windows tutorial screenshot 3

4. "Next" one more time

Jenkins - install jenkins on windows tutorial screenshot 4

5. Click "Install" button

Jenkins - install jenkins on windows tutorial screenshot 5

6. Installing ...

Jenkins - install jenkins on windows tutorial screenshot 6

Jenkins - install jenkins on windows tutorial screenshot 7

7. Press "Finish" button.

Jenkins - install jenkins on windows tutorial screenshot 8

8. Browser will be automatically opened. Enable autorefresh - top left corner. 

Jenkins - install jenkins on windows tutorial screenshot 9

9. Done

Jenkins - install jenkins on windows tutorial screenshot 10

No comments:

Post a Comment