Skip to content

Generate browser URLs for build action

Martin Blanchard requested to merge mablanch/157-action-browser-url into master

Description

This patch introduces CAS browser (like bb-browser) URL generation for the job's actions. URL format is a setting and may be change. See #157 (closed) for technical details.

Changes proposed in this merge request:

  • Update the .proto definitions (for newly introduced ExecuteResponse.message field).
  • Introduce a new configuration key for browser base URL.
  • Generate browser URLs for every jobs and send as part of the execute response.
  • Add tests for URL generation.

This merge request, when merged, will address issue/bug:

#157 (closed)

Edited by Martin Blanchard

Merge request reports