Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indix/gocd-s3-artifacts
Set of GoCD plugins to publish and fetch artifacts from Amazon S3
https://github.com/indix/gocd-s3-artifacts
aws aws-s3 continuous-delivery gocd
Last synced: 7 days ago
JSON representation
Set of GoCD plugins to publish and fetch artifacts from Amazon S3
- Host: GitHub
- URL: https://github.com/indix/gocd-s3-artifacts
- Owner: indix
- License: apache-2.0
- Created: 2014-12-28T16:24:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-28T14:58:30.000Z (11 months ago)
- Last Synced: 2024-07-30T17:53:07.224Z (4 months ago)
- Topics: aws, aws-s3, continuous-delivery, gocd
- Language: Java
- Homepage: http://oss.indix.com/gocd-s3-artifacts
- Size: 2.71 MB
- Stars: 36
- Watchers: 58
- Forks: 18
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gocd-s3-artifacts
=================[![Build Status](https://travis-ci.org/indix/gocd-s3-artifacts.svg?branch=master)](https://travis-ci.org/indix/gocd-s3-artifacts)
Set of plugins to publish, poll and fetch artifacts from Amazon S3
This repo holds two task plugins and a package poller plugin.
- indix.s3publish - Task plugin to push artifacts to S3
- indix.s3fetch - Task plugin to fetch artifacts from S3
- indix.s3material - Package poller plugin to poll for new artifacts in S3.Documentation
-----Detailed documentation is available here - http://oss.indix.com/gocd-s3-artifacts/
Build
-----To build all the plugins, do:
```bash
./build.sh
```