Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow uploading built artifacts to an s3 bucket #1

Open
mohammedzee1000 opened this issue Oct 8, 2020 · 0 comments
Open

Allow uploading built artifacts to an s3 bucket #1

mohammedzee1000 opened this issue Oct 8, 2020 · 0 comments

Comments

@mohammedzee1000
Copy link
Owner

While message queue works well for logs, sometimes, you to have built artifacts as well. For this, it might be a good idea to be able to upload them, to say an s3 bucket (https://docs.aws.amazon.com/sdk-for-go/api/service/s3/) optionally.

The workflow for this should look like

  1. User will need to provide bucket info and credentials so an interface for accepting this
  2. User needs to say which artifacts (path relative to repo root) he wants to push so interface to accepting this
  3. Once build succeeeds, we can use API to upload this to a location based on jenkins project, kind and target of build.
  4. Form link and stream the same to the logs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant