Skip to content

Increase verbosity of triggered build

Balasankar C requested to merge improve-trigger-build-output into master

Displays the URL to the triggered pipeline, so that it can be easily accessed. Moved logic to a ruby script which does the following:

  1. Disable before_script in manual job. We are doing a simple curl, which doesn't need any gems to be installed
  2. Suppress output of curl and redirect any possible output to /dev/null
  3. Print the URL to the triggered pipeline neatly

Sample build: https://gitlab.com/gitlab-org/gitlab-ce/builds/15883584

Closes: https://gitlab.com/gitlab-org/omnibus-gitlab/issues/2318

Merge request reports