Makefile
Use the Makefile bundled plugin to run GNU Make builds.
Prerequisites
Before you can use the plugin, you need to install Makefile on an agent and add it as a capability to the agent. For details, see Add capabilities to agents.
Configuration
When you add the Makefile plugin step to a chain, specify the following configuration details:
Field | Description |
---|---|
Title | Enter a name for the plugin step. |
Working directory | (Optional) Enter the path where to run the build, relative to the stream’s root. |
Makefile location | (Optional) Enter the Makefile name, for example, Makefile-1. To run the default one, leave the field empty. |
Goals | (Optional) Specify the Makefile goals to be executed. To use the default goal, leave this field empty. |
Make executable location | (Optional) Enter the path to the Make executable. To use the location defined in your path, or system search path, leave this field empty. |
Use advanced options (optional) | |
Options | Specify additional flags, for example: -d |
Variables |
Enter additional variables, separated by spaces, for example: myValue=1 myOtherValue=2 |
See also: