Is it possible to have Maven server capability by default added as part of docker container when we install Bamboo as docker container.
Currently I have to add Maven executable explicitly in Bamboo Administration page so as to be available for Maven task creation. Can we automate this?
I am creating Project, Plan and Jobs using its Java Spec. So I need Maven executable to be available already on server OR Can I create capability using Bamboo's Java Spec?
I do not want to login to Bamboo server and create executable manually.
PS: dockerfile of bamboo-server mentions below but this is not automatically detecting Maven version and now showing in drop down of Executable by default :
#create symlink to automate capability detection
RUN ln -s /usr/share/maven /usr/share/maven3
Hi!
Are using the isolated Bamboo process for Docker containers
https://confluence.atlassian.com/bamboo/repository-stored-bamboo-specs-security-938844473.html
Cheers,
Gonchik Tsymzhitov
Thanks for answer. But how this link will be helpful in my case? I have Bamboo server installed as a docker container. Question is how can I have Maven as server capability (Executable) automatically added as part of installation or can this be added programatically using Java Spec and not manually? Is it possible?
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.