Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Rake action is a Male-like program implemented in Ruby. Tasks and dependencies are specified in standard Ruby syntax. [rake]

Rake

Name

A friendly name for this action (will be displayed in the actions workflow area).

...

Optional - Specify the path and name of the rakefile to use (relative to the build workspace). If not specified, then rake will search the working folder for a file named rakefile.rb or Rakefile.rb. [--rakefile]

Working Folder

Optional - specify the working folder (relative to the build workspace). If not specified, then the build workspaced folder is used. This folder should generally be where the rakefile lives, unless the rakefile is specified.

...

Turn on Invoke/Execute Tracing, enable full backtrace.   [--trace=stdout]

Use Bundler

Use the Bundler Gem dependencies manager. When this is enabled, rake will be invoked with bundle exec rake..... [exec -- rake]

Timeout (in seconds)

How long to wait for the action to finish running before timing out. Leaving this blank (or zero) will default to 86400 seconds (24 hours).

...