===== Jenkins (Continuous Delivery) ===== [[dido:public:ra:xapend:xapend.b_stds:defact| return to the de facto Standards area]] **Source:** [[https://en.wikipedia.org/wiki/Jenkins_(software) | The following is from the English Wikipedia on Jenkins(software) ]] : //Jenkins is an open source automation [[dido:public:ra:xapend:xapend.a_glossary:s:server|server]] written in Java. Jenkins helps to automate the non-human part of the software development process, with continuous integration and facilitating technical aspects of continuous delivery. It is a server-based system that runs in servlet containers such as Apache Tomcat. It supports version control tools, including AccuRev, CVS, Subversion, Git, Mercurial, Perforce, TD/OMS, 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. (( Dan Dyer. "Why are you still not using Hudson?". Retrieved 2008-05-21. )) Released under the MIT License, Jenkins is free software. ((Kawaguchi, Kohsuke; et al. "Use Hudson: License". Archived from the original on February 7, 2009. Retrieved January 30, 2011. ))// ://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 functionality can be extended with plugins.// : //The Jenkins project was originally named Hudson, and was renamed after a dispute with Oracle, which had forked the project and claimed rights to the project name. The [[dido:public:ra:xapend:xapend.a_glossary:o:oracle|Oracle]] [[dido:public:ra:xapend:xapend.a_glossary:f:fork|fork]], Hudson, continued to be developed for a time before being donated to the Eclipse Foundation. Oracle's Hudson is no longer maintained (( "About Jenkins". Eclipse Wiki: Jenkins. Retrieved 6 August 2017.)) (( "About Jenkins". Wayback Machine: Eclipse Wiki, first available on 6 August 2017.Archive index at the Wayback Machine )) and was announced as obsolete in February 2017. (("About Jenkins". Eclipse Wiki history. ))//