https://github.com/meteor/s3-plugin
Upload Jenkins build artifacts to Amazon S3
https://github.com/meteor/s3-plugin
Last synced: 5 months ago
JSON representation
Upload Jenkins build artifacts to Amazon S3
- Host: GitHub
- URL: https://github.com/meteor/s3-plugin
- Owner: meteor
- Fork: true (jenkinsci/s3-plugin)
- Created: 2013-04-02T19:05:20.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-02T19:16:44.000Z (about 12 years ago)
- Last Synced: 2024-09-25T13:04:50.237Z (9 months ago)
- Language: Java
- Homepage: http://jenkins-ci.org/
- Size: 134 KB
- Stars: 2
- Watchers: 17
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Install
=======Tested with Hudson 1.431
* 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 BucketBuilding
========You do try either:
1. Within the Hudson tree
* The plugin originally expected to live in the `hudson/plugins/s3` directory of a Hudson svn checkout
* While in the `s3` directory, just run `mvn`
2. Standalone tree
* While in the `hudson-s3` directory, with no parent Hudson source, `mvn` might work
* Note: you may have to move `dotm2_settings.xml` to `~/.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