You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
User will need to provide bucket info and credentials so an interface for accepting this
User needs to say which artifacts (path relative to repo root) he wants to push so interface to accepting this
Once build succeeeds, we can use API to upload this to a location based on jenkins project, kind and target of build.
Form link and stream the same to the logs
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: