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

Commit

Permalink
Add README.md and LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Beth Lincoln committed Mar 6, 2012
1 parent e30b571 commit 6211aa6
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
22 changes: 22 additions & 0 deletions LICENSE
@@ -0,0 +1,22 @@
Copyright (c) 2012 Etsy

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.
41 changes: 41 additions & 0 deletions README.md
@@ -0,0 +1,41 @@
Jenkins Plugin: Deployinator
==============================

This is a plugin for [Jenkins][http://jenkins-ci.org] Continuous Integration Server. This plugin provides hooks (CLI) for associating Deployinator stacks to a Jenkins pipeline.

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

Install the `modularized-build-pipeline-view` plugin on Jenkins from:
https://github.com/elblinkin/mvn-repo/raw/master/snapshots/org/jvnet/hudson/plugins/modularized-build-pipeline-plugin/1.2-SNAPSHOT/modularized-build-pipeline-plugin-1.2-SNAPSHOT.hpi

Install Maven 2.2.1 or higher

cd ~/jenkins-deployinator
mvn package && mvn install
scp target/deployinator.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-deployinator`

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 6211aa6

Please sign in to comment.