Ok, I'm pretty new to Bamboo, and I'm having a hard time deploying just the way I want.
Right now, I have a build plan that polls my git repo for changes in a branch ("development") and does:
1. checkout
2. script (removes files that I don't want to deploy)
There's a shared artifact (called "DevelopmentArtifact") and, when this build finishes, I can see the content of this artifact is correct (the files I don't want to deploy are not there).
This triggers a deploy configuration for a QA environment. The tasks defined in this environment are:
1. Artifact Download (pointing at "DevelopmentArtifact")
2. SCP Task
When I read the deployment log, I can see it is actually deploying the full development branch, not the "filtered" artifact. All the files that I removed with my script on build are back there!
Any ideas why would that happen?
I have both "development" and "master" branches configured in the plan, and both the Build and Deploy plans show the "development" branch label. But there is no version control checkout in my deployment configuration, so why would it ignore the artifact and get all the files instead?
Let me know if you need more info to understand the problem.
Thanks.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.