warn
Logs a warning message on the job output. The message is prefixed by an alert string.
Syntax
warn(msg)
Parameters
msg
String message to log
Return code
None.
Sample
warn("the job is running");