Good Morning,
Quick question, hopefully a quick answer as well.
When it comes to the flow of pushing an artifact to a binary repo (S3 or artifactory), is this normally done after the build plan in bamboo compiles the artifact, and then the deploy plan would grab it from the binary repo (exclude shared artifacts for now) ?
or the deployment plan in bamboo should always grab the compiled artifact from the shared artifacts, deploy it to the server (tomcat for example )and also deploy it to a binary repo?
just trying to figure out at what point the artifact needs to be put in the binary repo.
thanks!