Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Not A Defect
-
Component/s: _unsorted
-
Labels:None
-
Environment:qa
-
Similar Issues:
Description
Run an jenkins stage with an merge commit message using jenkinsfile
currently I have built an jenkinsfile with all the stages enabled but i need to add an expression (suitably WHEN) into it which would trigger a particular stage when I merge my code in github with merge commit message RELEASE.
Ah, but while we're at it:
https://stackoverflow.com/a/56483499/1637252
when { changelog '.*RELEASE.*' }