Navigation Menu

Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Beth Lincoln committed Mar 6, 2012
1 parent 808fd1c commit 413fac7
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions README.md
@@ -0,0 +1,38 @@
Jenkins Plugin: Triggering User
==============================

This is a plugin for [Jenkins][http://jenkins-ci.org] Continuous Integration Server. This plugin populated the `$TRIGGERING_USER` environment variable with a best guess for the user who triggered the current build.

Installation
---------------------------

Install Maven 2.2.1 or higher

cd ~/jenkins-triggering-user
mvn package && mvn install
scp target/triggering-user-plugin.hpi user@jenkins.server:/opt/jenkins/.jenkins/plugins/.

The last part is to place the `hpi` file into the plugins directory. You can also do this through the Jenkins interface if you do not have `ssh` access to the Jenkins server.

Contribute
---------------------------

You're interested in contributing to this Etsy-made Jenkins plugin?

Here are the basic steps:

fork `jenkins-triggering-user`

1. Clone your fork
2. Hack away
3. If you are adding new functionality, document it in the Wiki or this README
4. If necessary, rebase your commits into logical chunks, without errors
5. Push the branch up to GitHub
6. Send a pull request to the etsy/jenkins-master-project project

We'll do our best to get your changes in!

[jenkins]: http://jenkins-ci.org
[etsy]: http://www.etsy.com
[blog post]: TBD

0 comments on commit 413fac7

Please sign in to comment.