Details
-
Bug
-
Status: Done
-
High
-
Resolution: Fixed
-
5.1.8
-
None
-
None
-
Sprint 37 - Ends Jan 29
-
0.8
Description
Adding a condition with refChanges in the send mail post-receive hook causes a static type checking error where it should compile fine.
The following condition reproduces this:
refChanges.any { it.ref.id.startsWith("refs/heads/master") }