[TIMOB-27393] CLI: module build gives misleading error message when passed in Android SDK build tools is not installed
GitHub Issue | n/a |
Type | Improvement |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 8.2.0 |
Fix Version/s | n/a |
Components | Android, CLI |
Labels | cb-tooling |
Reporter | Christopher Williams |
Assignee | Eric Merriman |
Created | 2019-09-11T16:20:53.000+0000 |
Updated | 2020-01-31T16:24:04.000+0000 |
Description
Jenkins modules builds were mysteriously failing suddenly on a new build node. Turns out I no longer was installing Android SDK build tools 25.0.3 but out pipeline library to build native modules was specifying to use that version.
The error message it displays in this case is misleading and partially incorrect. It indicates that Builds tools 25.0.3 is not installed (correct!), but then summaries the various tool components versions that are installed and states build tools 25.0.3. is currently installed there (incorrect!).
Please see the screenshot for the exact error.
Attachments
No comments