Hello!
I'm trying to do the following in scriptler (Jenkins), but I can't get this
to work:
doSomething() || return false

This fails in scripler with:

Execution of script [promoteBuild.groovy] failed -
org.codehaus.groovy.control.MultipleCompilationErrorsException:
startup failed:
Script1.groovy: 51: unexpected token: return @ line 51, column 85.
   doSomething() || return fal


Anyone know why this seemingly valid groovy does not work in scriptler?


Thanks!


P.S. - I asked the jenkins community but no one responded

Reply via email to