-
Notifications
You must be signed in to change notification settings - Fork 2
Log
timrademaker edited this page Oct 16, 2020
·
2 revisions
Logs a custom message the the console.
message
: The message to log.
Logs a message to the console, with the prefix INFO:
.
message
: The message to log.
Logs a message to the console, with the prefix WARNING:
.
message
: The message to log.
Logs a message to the console, with the prefix ERROR:
.
message
: The message to log.
Logs the name of the current stage, with the prefix Stage:
.
Parses the console log. Should be used in a post-step like after
.
logparserRulePath
(optional): The path to the log parser rule file. If left unspecified, a default ruleset is used.
- Source Control
- Building and Testing
- Messaging
- Shipping
- Miscellaneous
- Example Pipelines