With bamboo yaml specs document (https://docs.atlassian.com/bamboo-specs-docs/6.3.0/specs-yaml.html#job-artifacts)
I can set shared artifacts.
But how can I use the artifacts from another bamboo plans with bamboo yaml specs as well?
YAML feature is limited. Feature request https://jira.atlassian.com/browse/BAM-19944
Use Bamboo Java Specs to have Download Artifact task https://docs.atlassian.com/bamboo-specs-docs/6.5.0/specs-java.html#using-a-shared-artifact-in-another-plan
You can try using this docker image that have all required tools and dependencies to run Bamboo Java Specs too.
Thanks to mention the docker image (atlassian/bamboo-specs-runner), does the image's tag always match to bamboo server version?
Secondly, This image has no document, can you share me the usage or quick guide?
Thirdly, there is no Dockerfile for reference, normally I can't use it officially. Can you point me the repo url on how to build this image?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The image tag matches the Bamboo version.
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.