trigger is not null when comment caused build

This commit is contained in:
stefano 2019-11-04 16:24:14 +00:00
parent 6ae082f67f
commit f858827757

@ -89,5 +89,5 @@ def currentBuildTriggeredByComment() {
echo('Build was not started by a trigger')
}
return triggerCause == null
return triggerCause != null
}