Jenkins Continuous Integration Server
Go to file
R. Tyler Croy fdcb083587
Remove the packaging tests entirely to get valid pull request verification
This code can come back, IMO, after @svanoort and I fix the unpleasant/broken
tight-coupling between this Jenkinsfile and Groovy code floating around in the
jenkinsci/packaging repository
2016-09-21 11:02:16 -07: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 2016-09-18 15:13:24 -07:00
core [JENKINS-35184] Servlet API dependent bits in a inner-class (#2551) 2016-09-21 10:39:52 +02: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 Present stacktrace when throwable attached to Descriptor.FormException 2016-09-20 10:00:51 +02:00
war [maven-release-plugin] prepare for next development iteration 2016-09-18 15:13:24 -07:00
.gitignore add '*.swp' (Vim recovery files) to .gitignore 2015-10-17 21:13:24 -04:00
.jenkins Fixed a bug in the test harness. 2011-01-31 18:34:17 -08:00
BUILDING.TXT Link to 'Building Jenkins' page from text file 2014-06-11 15:05:20 -07:00
CONTRIBUTING.md really should have the correct link to contributing wiki (#2336) 2016-05-14 15:43:27 +02:00
Jenkinsfile Remove the packaging tests entirely to get valid pull request verification 2016-09-21 11:02:16 -07:00
LICENSE.txt Fix typo in LICENSE file. 2011-09-11 16:12:09 +02:00
README.md Update website link again 2016-04-08 07:15:01 -07:00
assembly-src.xml Revisit the source bundle creation 2014-08-18 20:58:45 -07:00
changelog.html updated changelog for release 2016-09-18 15:20:36 -07:00
dummy.keystore added a new self-signed certificate that says Jenkins 2011-02-01 22:43:47 -08:00
licenseCompleter.groovy Missing license information 2016-08-15 08:19:28 -07:00
pom.xml [maven-release-plugin] prepare for next development iteration 2016-09-18 15:13:24 -07:00
rc.changelog.rb completed the script to manipulate changelog.html 2009-04-02 02:20:31 +00: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 typofix - https://github.com/vlajos/misspell_fixer 2015-08-11 16:34:13 +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.