Viewing your executable capabilities

On this page

Still need help?

The Atlassian Community is here for you.

Ask the community

You can view all of the executable capabilities that have been defined in Bamboo on the Executables page. These include local server capabilities and remote agent-specific capabilities.

An executable is an external program that Bamboo uses during the build process. Generally, executables compile source code to generate compiled executable files (referred to as artifacts in Bamboo). Ant, Maven, MSBuild or PHPUnit are just some examples of executables that can be used as part of your build process.

New executables can be defined as capabilities in Bamboo. Once an executable has been defined in Bamboo, it can be configured as part of a task.

On this page:

Related pages:

Viewing and configuring executable capabilities

To view and configure the executable capabilities defined in Bamboo:

  1. Go to cogwheel icon > Build resources > Executables.
  2. Select a specific executable's tab to see the agents and jobs related to this executable capability.

Executables list

Notes

  • Bamboo's automatic detection of executables — When you install the Bamboo server application or the Bamboo Remote Agent application on another machine, either of these applications will automatically look for existing executables installed on the same machine (based on a combination of the machine's environment variables and other conditions). An executable capability will be created for each executable that either of these Bamboo applications find.

    The environment variables and conditions that Bamboo uses to automatically detect and create executable capabilities are listed below. With the exception of the Command executable, the paths for each automatically detected executable are based on the path string values found within these environment variables.
    • Ant — the ANT_HOME environment variable
    • Maven — the MAVEN_HOME environment variable (Maven 1), M2_HOME or MAVEN2_HOME environment variable (Maven 2.x)
    • Grails — GRAILS_HOME environment variable
    • Command — the existence of the /bin/bash file
    • PHPUnit — the existence of the phpunit file anywhere within the machine's PATH environment variable value
Last modified on Mar 5, 2024

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.