Skip to content

More granular eb exit codes (return codes) #4426

@dirkpetersen

Description

@dirkpetersen

EB mostly returns 1 as an exit code if a build fails. It will return the exit code of the application it is attempting to build. If there are errors that are not related to the actual application build it would be very beneficial to have more granular exit codes for these condititions.

  • cannot find source tar (and no download url available)
  • transient connection error when downloading source tar
  • 404 error - source tar not found
  • os-dependency not available
  • error in build dependency
  • dependency not installed

There may be some other errors states that are worth catching ?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions