

In a typical continuous integration / continuous deployment workflow:Īs soon as any code is pushed to a shared repository, such as Git.
#Catlight jenkins software#
used for continuous integration, continuous deployment, continuous delivery in other words, automation of many mundane tasks.Īutomation tasks could be for any type of software product:.supports a 3rd-party plugin marketplace for adding extra functionality and integrations with other software tools.can be easily deployed on cloud service platforms, like Microsoft Azure.written in Java, making it platform independent.It is not only used for software - the same automation techniques can be applied in other areas like Hardware Engineering, Embedded Systems, BioTech, etc.

Jenkins is being widely used in areas of Continuous Integration, Continuous Delivery, DevOps, and other areas. Jenkins is an easy-to-use open source automation server which enables developers to automate development lifecycle processes of all kinds, including building, documenting, testing, packaging, staging, deploying, analyzing and much more. An automated, continuous build removes the amount of time developers must spend integrating their work with an existing code base. Provides an easy-to-use "continuous integration" automation system, making it easier for developers to integrate changes to a project, and making it easier for users to obtain a fresh build of a system after changes.
