Bamboo 4.2
Artifact is defined on job level, so that I was expecting artifact copier will happen once at the end of a job. However, when there are two maven tasks in the same job, and the first one does not suppose to generate artifact (i.e. use maven versions plugin to update latest dependencies), the build will fail because Bamboo will invoke artifact copier to look for not existing artifact.
Why bother invoke artifact copier for every build tasks in the same job? Shouldn't only once at the end? Am I mistaken here?
Hello,
I think you had encountered some kind of bug, at least I'd expect (like you are expecting) the Bamboo to copy the artifact after the second task, not after the first task.
Maybe you can share your task configuration (screenshot), so we can check if there is something odd about it?
regards,
Can you confirm none of these are the final tasks?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
unfortunately, I deleted the old plan. the job configuration is simple, three tasks:
# Source code checkout (git)
# Maven 3.x goal as "versions:use-latest-release"
# Maven 3.x goal as "clean package"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.