Versions Compared

Key

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

...

message - Sends a message to to the build log. 

Parameters : value, status (debug, information, success, warning, error, fatal)

Example : 

@@continua[message value='This will be logged' status='information' ]


startGroup - Starts a message group (tree node) in the build log

...

Example : 

@@continua[startGroup valuename='Copying Files...' ]


endGroup
 - Ends a message group (tree node) in the build log

...

Example : 

@@continua[endGroup valuename='Copying Files...' ]


setVariable
- Sets a Continua CI Configuration Variable. Note that the variable name must be a Continua CI Configuration Variable. Optionally set the skipIfNotDefined attribute to 'true' to prevent the build failing if the variable has not been defined for the configuration.

...