Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hello team
I just start my bamboo on server using docker image, and it is successfully logged in,
I just create a project and add repository and run build it shows me success result.
Now i install maven to build artifacts on same server but not with docker image.
i am getting error
could you please help as soon as possible
Unable to find executable at /opt/apache-maven-3.3.9/bin/bin/mvn. Will try to run it anyway. |
Hi,
It looks like you have to define a Maven executable for your Bamboo server. Go to Bamboo administration > Server capabilities > Add capability
Capability type = Executable
Type = Maven
Executable label = <your-label> eg. Maven3.6.3
Path = /path/to/maven/home eg. /pack/maven3.6.3
Note: The content in folder /path/to/maven/home is defined as your Maven home and must be Maven binaries downloaded from https://maven.apache.org/download.cgi
Regards
Lasse Langhorn
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.