This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.classpath | Tue Jan 20 20:59:50 -0800 2009 | |
| |
.project | Tue Jan 20 20:59:50 -0800 2009 | |
| |
.settings/ | Tue Jan 20 20:59:50 -0800 2009 | |
| |
README.markdown | Tue Jan 20 20:15:49 -0800 2009 | |
| |
dotm2_settings.xml | Tue Jan 20 20:15:49 -0800 2009 | |
| |
pom.xml | Tue Jan 20 20:15:49 -0800 2009 | |
| |
src/ | Wed Jan 21 00:06:04 -0800 2009 |
README.markdown
Install
- Upload target/s3.hpi to your instance of Hudson
- Configure S3 profile: Manage Hudson -> Configure System -> Amazon S3 profiles
- Project -> Configure -> [x] Publish artifacts to S3 Bucket
Building
You do try either:
- Within the Hudson tree
- The plugin originally expected to live in the
hudson/plugins/s3directory of a Hudson svn checkout - While in the
s3directory, just runmvn - Standalone tree
- While in the
hudson-s3directory, with no parent Hudson source,mvnmight work - Note: you may have to move
dotm2_settings.xmlto~/.m2/settings.xml
Notes
- Only the basename of source files is use as the object key name, an option to include the path name relative to the workspace should probably added.
Acknowledgements
- The Hudson scp plugin author for providing a great place to start copy/pasting from
- http://github.com/stephenh/hudson-git2 - for this README.markdown template and a great git plugin for hudson
- jets3t - http://jets3t.s3.amazonaws.com/index.html







