-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #404 from jenkinsci/docsmove
Moved documentation from wiki to GitHub
- Loading branch information
Showing
21 changed files
with
1,443 additions
and
25 deletions.
There are no files selected for viewing
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,27 +18,19 @@ Each job can be configured with one Gerrit server. | |
- [email protected] | ||
|
||
* Tomas Westling | ||
- tomas.westling@sonymobile.com | ||
- tomas.westling@axis.com | ||
|
||
## Community Resources | ||
* [Wiki](https://wiki.jenkins-ci.org/display/JENKINS/Gerrit+Trigger) | ||
* [Homepage and documentation](https://plugins.jenkins.io/gerrit-trigger) | ||
* [Open Issues](http://issues.jenkins-ci.org/secure/IssueNavigator.jspa?mode=hide&reset=true&jqlQuery=project+%3D+JENKINS+AND+status+in+%28Open%2C+%22In+Progress%22%2C+Reopened%29+AND+component+%3D+%27gerrit-trigger-plugin%27) | ||
* [Mailing Lists](http://jenkins-ci.org/content/mailing-lists) | ||
|
||
|
||
# Environments | ||
* `linux` | ||
* `java-1.8` | ||
* `maven-3.3.3` | ||
|
||
* Java 8: needed development environment. | ||
|
||
You should have no problem running the plugin on a Windows server. | ||
|
||
The maintainers' development, tests and production environments are | ||
Ubuntu so we have no means of detecting or fixing any Windows issues. | ||
|
||
Java 6 compatibility will be dropped as soon as newer core version is needed for features. | ||
|
||
# Build | ||
|
||
|
@@ -60,17 +52,6 @@ Run checkstyle | |
|
||
mvn checkstyle:checkstyle | ||
|
||
# Test local instance | ||
|
||
To test in a local Jenkins instance | ||
|
||
mvn hpi:run | ||
|
||
# Clean test environment | ||
|
||
mvn clean | ||
rm /tmp/jenkins-testkey* hostkey.ser # Needed when changing SSH components versions | ||
|
||
# License | ||
|
||
The MIT License | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.