Skip to content

Make - Steps

Steps

Steps

Process steps in the Make plug-in

Run Make File

Execute a Make script

NameTypeDescriptionRequired
Command Line ArgsStringSpecify any additional command line arguments to pass to Make. Enter them exactly as they would appear on the command line.No
Environment VariablesStringOptional environment variables in name=value format. Environment variable values may contain references to existing values in the following format: name=${FOO};value. If the value of FOO variable is BAR in the current environment, then the above example will be expanded to: name=BAR;value. Using this technique, it is possible to add anentry to PATH in the following manner: PATH=my/path/entry;0. Case is significant even on Windows systems.No
Make File NameStringThe name of the Make file in the source repository. This only needs to be set if you use a non-standard Make file name. (optional).No
Make TargetsStringThe target(s) to execute in the Make file. The default target will be executed if you do not specify any here. If entering multiple targets, separate each target with a space just as you would on the command line. (optional).No