Thursday 6 October 2016

What is Jenkins !!

Jenkins is a software that allows continuous integration.
  • Jenkins is a powerful application.
  • Using this u can create projects for any platform.
  • It is used for automation's.
  • It is used widely in my companies for their nightly runs.

Jenkins will be installed on a server where the central build will take place. The following flowchart demonstrates a very simple workflow of how Jenkins works.
Why Jenkins

system requirements for using Jenkins:

JDKJDK 1.5 or above
Memory2 GB RAM (recommended)
Disk SpaceNo minimum requirement. Note that since all builds will be stored on the Jenkins machines, it has to be ensured that sufficient disk space is available for build storage.
Operating System VersionJenkins can be installed on Windows, Ubuntu/Debian, Red Hat/Fedora/CentOS, Mac OS X, openSUSE, FReeBSD, OpenBSD, Gentoo.
Java ContainerThe WAR file can be run in any container that supports Servlet 2.4/JSP 2.0 or later.(An example is Tomcat 5).

No comments:

Post a Comment