Tasks don't treat return 1 and setExitCode( 1 ) the same

Description

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

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Fix versions

Priority

Sentry

Created January 25, 2020 at 8:27 PM
Updated January 25, 2020 at 8:28 PM
Resolved January 25, 2020 at 8:28 PM