How to install Jenkins on Windows 10

Trabla: How to install Jenkins on Windows 10


How to install Jenkins on Windows 10



Jenkins is an open source automation server written in Java. Jenkins project was forked from Hudson after a dispute with Oracle.

Jenkins helps to automate the non-human part of the whole software development process, with now common things like continuous integration, but by further empowering teams to implement the technical part of a Continuous Delivery. Jenkins is a server-based system running in a servlet container such as Apache Tomcat. Jenkins supports SCM tools including AccuRev, CVS, Subversion, Git, Mercurial, Perforce, Clearcase and RTC, and can execute Apache Ant, Apache Maven and sbt based projects as well as arbitrary shell scripts and Windows batch commands. The creator of Jenkins is Kohsuke Kawaguchi. Released under the MIT License, Jenkins is free software.

Jenkins builds can be triggered by various means, for example by commit in a version control system, by scheduling via a cron-like mechanism and by requesting a specific build URL. It can also be triggered after the other builds in the queue have completed.

Jenkins Official Site - https://jenkins.io/

Solving:




No comments:

Post a Comment