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
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.