~doanac/uci-engine/imgbuild-integration-test

« back to all changes in this revision

Viewing changes to cli/ubuntu-ci

  • Committer: Ubuntu CI Bot
  • Author(s): Ursula Junque (Ursinha)
  • Date: 2014-07-04 04:34:39 UTC
  • mfrom: (643.3.5 update-ticket-raises-error)
  • Revision ID: ubuntu_ci_bot-20140704043439-dzfo3ttmcb61k0iy
[r=Francis Ginther, PS Jenkins bot] Display better errors in case requests fail during ticket creation 1337294 from Ursula Junque

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
        else:
185
185
            log.error(error)
186
186
    except (ticket.SourcePackageUploadError,
187
 
            ticket.MismatchSuitesError) as exc:
 
187
            ticket.MismatchSuitesError,
 
188
            ticket.QueueingTicketError) as exc:
188
189
        log.error(exc.message)
189
190
    except Exception:
190
191
        log.exception('Unexpected exception')