Jenkins Continuous Integration Server
Go to file
Kohsuke Kawaguchi 64e8ea3d75 [maven-release-plugin] prepare for next development iteration 2017-07-02 18:16:31 -07:00
.github Address comment from @daniel-beck 2017-06-22 09:16:38 +02:00
.mvn Add the .mvn directory and set default Xmx value 2016-03-24 16:43:28 +01:00
cli [maven-release-plugin] prepare for next development iteration 2017-07-02 18:16:31 -07:00
core [maven-release-plugin] prepare for next development iteration 2017-07-02 18:16:31 -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 [maven-release-plugin] prepare for next development iteration 2017-07-02 18:16:31 -07:00
war [maven-release-plugin] prepare for next development iteration 2017-07-02 18:16:31 -07:00
.gitattributes Add .gitattributes to embed standard IN the repo 2016-10-04 11:34:32 +02:00
.gitignore Rather than ignoring .repository, better to use a location in the workspace temp directory. 2017-04-27 11:35:27 -04:00
.jenkins Fixed a bug in the test harness. 2011-01-31 18:34:17 -08:00
BUILDING.TXT Remove not existed build variable 2017-01-06 19:48:46 +03:00
CONTRIBUTING.md Reference redirectors and jenkins.io as much as possible (#2756) 2017-02-25 19:56:01 +01:00
Jenkinsfile [INFRA-1032] ${user.name} might contain metacharacters. 2017-06-26 15:19:27 -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 added a new self-signed certificate that says Jenkins 2011-02-01 22:43:47 -08:00
licenseCompleter.groovy Reference redirectors and jenkins.io as much as possible (#2756) 2017-02-25 19:56:01 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2017-07-02 18:16:31 -07: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 another script to print the version string from POM 2009-03-23 19:18:50 +00:00
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.