The Wayback Machine - https://web.archive.org/web/20190530111319/https://github.com/jenkinsci/jenkins
Skip to content
Jenkins automation server
Branch: master
Clone or download
daniel-beck Merge pull request #4045 from jsoref/JENKINS-55787
[JENKINS-55787] remove accidentally resurrected localization file
Latest commit 587da14 May 29, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Use the sponsor button to link to our donation page May 25, 2019
.mvn Update parent POM. Jul 30, 2018
cli [maven-release-plugin] prepare for next development iteration May 26, 2019
core [JENKINS-55787] remove accidentally resurrected localization file May 26, 2019
src [JENKINS-53863] - Update JTH to 2.41.1 and enable testing with JDK 11 Nov 13, 2018
test-jdk8 [maven-release-plugin] prepare for next development iteration May 26, 2019
test-pom [maven-release-plugin] prepare for next development iteration May 26, 2019
test [maven-release-plugin] prepare for next development iteration May 26, 2019
war [maven-release-plugin] prepare for next development iteration May 26, 2019
.gitattributes Add .gitattributes to embed standard IN the repo Oct 4, 2016
.gitignore [JENKINS-27177] Add strategies to disable plugins. Move process to core Oct 15, 2018
.jenkins Fixed a bug in the test harness. Feb 1, 2011
CONTRIBUTING.md Merge pull request #3624 from jsoref/markdown Jan 27, 2019
Dockerfile Update Dockerfile Apr 10, 2019
Jenkinsfile Do not retain as many artifacts Feb 9, 2019
LICENSE.txt Fix typo in LICENSE file. Sep 11, 2011
README.md markdown Sep 14, 2018
assembly-src.xml Revisit the source bundle creation Aug 19, 2014
changelog.html Remove changelog from jenkinsci/jenkins repository (#2757) Feb 19, 2017
dummy.keystore added a new self-signed certificate that says Jenkins Feb 2, 2011
essentials.yml Bump to latest current master tip Apr 18, 2019
licenseCompleter.groovy Reference redirectors and jenkins.io as much as possible (#2756) Feb 25, 2017
packaging-ref.txt Capture the corresponding branch/tag in jenkinsci/packaging to be used. May 9, 2018
pom.xml [maven-release-plugin] prepare for next development iteration May 26, 2019
settings-azure.xml [INFRA-1176] Using repo.azure.jenkins.io as a mirror for CI builds. May 18, 2017
show-pom-version.rb another script to print the version string from POM Mar 23, 2009
translation-tool.pl Improvements for translation-tool.pl Jan 5, 2019
update-since-todo.sh Introduce small tool to update '@SInCE TODO' entries Jan 8, 2019

README.md

About

In a nutshell, Jenkins is the leading open-source automation server. 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.

What to Use Jenkins for and When to Use It

Use Jenkins to automate your development workflow so you can focus on work that matters most. Jenkins is commonly used for:

  • Building projects
  • Running tests to detect bugs and other issues as soon as they are introduced
  • Static code analysis
  • Deployment

Execute repetitive tasks, save time, and optimize your development process with Jenkins.

Downloads

Non-source downloads such as WAR files and several Linux packages can be found on our Mirrors.

Source

Our latest and greatest source of Jenkins can be found on GitHub. Fork us!

Contributing to Jenkins

Follow the contributing file.

News and Website

All information about Jenkins can be found on our website. Follow us on Twitter @jenkinsci.

License

Jenkins is licensed under the MIT License. The terms of the license are as follows:

The MIT License (MIT)

Copyright (c) 2004 Kohsuke Kawaguchi, Sun Microsystems Inc., and a number of other contributors. 

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
You can’t perform that action at this time.