Skip to:
The following two tasks should be equivalent
function run() { return 3; }
and
function run() { setExitCode( 3 ); }
They both show in bullet train as having failed (with an exit code of 3), but only the latter has the following output:
ERROR (@build.version@+@build.number@) Task returned failing exit code (3) Failing Task: C:\path\to\task.cfc run
The following two tasks should be equivalent
function run() { return 3; }
and
function run() { setExitCode( 3 ); }
They both show in bullet train as having failed (with an exit code of 3), but only the latter has the following output:
ERROR (@build.version@+@build.number@) Task returned failing exit code (3) Failing Task: C:\path\to\task.cfc run