Skip to content

Rake - Steps

Steps

Steps

Process steps in the Rake plug-in

Run Rake File

Run a Rakefile file.

NameTypeDescriptionRequired
Rake CommandStringThe fully-qualified path to the Rakefile file. The default is the agents GEM_HOME environment variable.Yes
Rake File DirectoryStringThe name of the directory containing the Rakefile files to execute. The default directory is rakelib.No
Rake File NameStringThe name of the Rakefile file to execute.Yes
Rake PropertiesStringArguments to pass to the Rake command, such as -v for verbose output. Enter each argument on a new line.No
Script ContentStringThe content of the Rakefile file. The content will be written to the Rake script file and then run.No
TargetsStringThe names of the targets to run in the Rakefile file.Yes