Skip to content

Migrate jobs artifact user avatar

Taurie Davis requested to merge migrate-avatars into master

What does this MR do and why?

Migrates the avatar used on the jobs artifact view

Screenshots or screen recordings

before after
Screen_Shot_2022-09-23_at_12.50.03_PM Screen_Shot_2022-09-23_at_12.47.57_PM

How to set up and validate locally

  1. Set up a runner in your local environment
  2. In your .gitlab-ci.yml file, create a job artifact by adding the following to an existing job:
  artifacts:
    paths:
      - [FILE NAME OF FILE WITHIN THE SAME REPO]
    expire_in: 1 week
  1. Run pipeline
  2. Navigate to the job that you added the artifact for
  3. If ran correctly, there should be an artifact section in the right sidebar of the job. Click Browse
  4. Avatar is the top section of the browse page

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports