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
Using Drone CI to do builds, with artifacts being pushed to an S3 bucket (i.e. /app/.zip
Using GoCD to then take those artifacts and run them through the gambit of tests and so forth.
Trouble I'm having: how do I structure the bucket or configure the S3 Material Poller? it appears to want an upstream pipelines details when there are none.
The text was updated successfully, but these errors were encountered:
The plugins are really designed to work best together. The material plugin specifically looks for metadata set on S3 objects to figure out the latest artifact and upstream pipeline information.
If you are interested to take a stab at making the materials plugin work independently, we would be more than happy!
There has been enough interest in the community to make these plugins work independent of each other, though that's not an use case we have internally. We can take and give help to get this done!
Scenario:
Trouble I'm having: how do I structure the bucket or configure the S3 Material Poller? it appears to want an upstream pipelines details when there are none.
The text was updated successfully, but these errors were encountered: