Skip to content
/ hudson-s3 Public
forked from dougm/hudson-s3

Upload Hudson build artifacts to Amazon S3

Notifications You must be signed in to change notification settings

d6y/hudson-s3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

Tested with Hudson 1.367

  • 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:

  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
  1. 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

About

Upload Hudson build artifacts to Amazon S3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%