Go to file
Kohsuke Kawaguchi 1299fc6046 Capture the corresponding branch/tag in jenkinsci/packaging to be used. 2018-05-10 08:55:05 +12:00
.github Address comment from @daniel-beck 2017-06-22 09:16:38 +02:00
.mvn [JENKINS-50692] [INFRA-1571] #3394: JEP-305 Incrementals in core 2018-05-03 10:13:39 -04:00
cli [maven-release-plugin] prepare for next development iteration 2018-05-07 12:09:24 -07:00
core Merge remote-tracking branch 'origin/master' 2018-05-09 02:44:41 -07:00
src [JENKINS-36717] - Remove FindBugs priority filters since they do not actually impact the build 2016-08-01 19:55:58 +03:00
test Merge remote-tracking branch 'origin/master' 2018-05-09 02:44:41 -07:00
war [maven-release-plugin] prepare for next development iteration 2018-05-07 12:09:24 -07:00
.gitattributes Add .gitattributes to embed standard IN the repo 2016-10-04 11:34:32 +02:00
.gitignore [JENKINS-50692] [INFRA-1571] #3394: JEP-305 Incrementals in core 2018-05-03 10:13:39 -04:00
.jenkins
BUILDING.TXT Remove not existed build variable 2017-01-06 19:48:46 +03:00
CONTRIBUTING.md Fix typos and link in contributing file 2017-10-16 22:42:23 +02:00
Jenkinsfile Avoid CI failures pending reincrementalifization. 2018-05-07 09:39:26 -04:00
LICENSE.txt Fix typo in LICENSE file. 2011-09-11 16:12:09 +02:00
README.md Reference redirectors and jenkins.io as much as possible (#2756) 2017-02-25 19:56:01 +01:00
assembly-src.xml Revisit the source bundle creation 2014-08-18 20:58:45 -07:00
changelog.html Remove changelog from jenkinsci/jenkins repository (#2757) 2017-02-19 21:06:25 +01:00
dummy.keystore
essentials.yml [JENKINS-50585] Explicitly declared core builds against ATH smoke tests only 2018-04-06 10:19:46 +02:00
licenseCompleter.groovy Reference redirectors and jenkins.io as much as possible (#2756) 2017-02-25 19:56:01 +01:00
packaging-ref.txt Capture the corresponding branch/tag in jenkinsci/packaging to be used. 2018-05-10 08:55:05 +12:00
pom.xml Fix revision. 2018-05-09 14:17:12 -04:00
settings-azure.xml [INFRA-1176] Using repo.azure.jenkins.io as a mirror for CI builds. 2017-05-18 17:28:25 -04:00
show-pom-version.rb
translation-tool.pl Fix translation tool entered newlines 2017-03-06 18:36:29 +01:00

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 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.