Status column in history table
Can anyone outline the status ID's in the history table please?
I'm assuming the following but can anyone confirm?
0 = cancelled
1 = successful
2 = ?
3 = normal build failure
4 = exceptional build failure
Any others?
Please sign in to leave a comment.
0 - Unknown
1 - Normal
2 - Warning
3 - Failure
4 - Error
The build is considered successful if status is > 0 and < 3. The build is failed id status is > 2.
To determine whether the build is cancelled you should use is_canceled column.