Jenkins Continuous Integration Server
Go to file
Baptiste Mathus 1015b395c1 Add the .mvn directory and set default Xmx value
Using the new feature introduced in Maven 3.3.1.
See
https://maven.apache.org/docs/3.3.1/release-notes.html#JVM_and_Command_Line_Options
for more details.

Possibly a long term better solution/first encounter for newcomers. When
people can't build Jenkins because of wrong default memory settings.
Like https://goo.gl/Co9kye

The "Xmx800m" was chosen after looking at last successful ci.j.o builds.
Max memory displayed by Maven being ~730MB. So putting 800 to leave the
build some room so that the GC has less chance to have to chime in too
often.
2016-03-24 16:43:28 +01: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-03-21 07:25:58 -07:00
core Merge pull request #2148 from jtnord/jenkins-33693 2016-03-22 16:48:20 +00:00
src/site Resurrect the maven site changes 2012-09-25 11:59:00 -07:00
test [maven-release-plugin] prepare for next development iteration 2016-03-21 07:25:58 -07:00
war [maven-release-plugin] prepare for next development iteration 2016-03-21 07:25:58 -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 Add CONTRIBUTING.md file. 2015-04-27 00:23:50 +03:00
LICENSE.txt Fix typo in LICENSE file. 2011-09-11 16:12:09 +02:00
README.md Merge pull request #2036 from tjramos/purpose-readme-contribution 2016-02-19 02:26:47 +03:00
assembly-src.xml Revisit the source bundle creation 2014-08-18 20:58:45 -07:00
changelog.html Update changelog.html 2016-03-22 02:34:59 +01:00
dummy.keystore added a new self-signed certificate that says Jenkins 2011-02-01 22:43:47 -08:00
licenseCompleter.groovy [FIXED JENKINS-4409] Integrated a newer version of localizer 2015-03-17 16:07:42 -07:00
pom.xml Merge branch 'master' of github.com:jenkinsci/jenkins 2016-03-21 07:49:03 -07:00
rc.changelog.rb
show-pom-version.rb
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.