R1-10910 rc11wb deployment notifications.
- Added
before_script
block, where$SLACK_NOTIFY_WEBHOOK_URL
variable is set (depends on$CONTOUR_ID
). -
$SLACK_NOTIFY_WEBHOOK_URL
variable is then used onnotify
stages.
Would be nice to do: reuse $SLACK_NOTIFY_WEBHOOK_URL
in only:variables
/ rules:if
blocks (however it seems that custom variables can't be reached by these blocks).
Edited by Denis Minakov