a return in a each is like a break in a loop exit from the current context
with a return value but only one each context, you have two each context
levels.
El sábado, 5 de febrero de 2022 a las 18:33:24 UTC+1, Martin Schmude
escribió:
> In the past I ran into issues with pipeline scripts that
In the past I ran into issues with pipeline scripts that did not behave as
expected due to CPS transformation.
See https://www.jenkins.io/doc/book/pipeline/cps-method-mismatches/
https://www.jenkins.io/doc/book/pipeline/pipeline-best-practices/#using-noncps
Try to annotate interesting_commit_check