Jenkins 2.407 releases: open source automation server

Jenkins is a self-contained, open-source automation server which can be used to automate all sorts of tasks related to building, testing, and delivering or deploying software. 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, ClearCase, and RTC, and can execute Apache Ant, Apache Maven, and sbt based projects as well as arbitrary shell scripts and Windows batch commands.

Jenkins can be installed through native system packages, Docker, or even run standalone by any machine with a Java Runtime Environment (JRE) installed. Built with Java, it provides over 1000 plugins to support automating virtually anything, so that humans can actually spend their time doing things machines cannot.

jenkins

Changelog v2.407

  •  Warn administrators when their Linux operating system is approaching end of life. (pull 7913)
  •  Announce early end of life for Red Hat Enterprise Linux 7 and its derivatives (like CentOS Linux 7, Scientific Linux 7, and Oracle Linux 7). (pull 7913)
  •  Minor footer appearance tweaks. (pull 7989)
  •  Reduce the circumstances under which recent old builds will be loaded when starting new builds. (pull 7998)
  •  Developer: Make Cloud#reconfigure method public. (pull 8053)

Download