Skip to content

Add script keyword link in tooltip

Frédéric Caplette requested to merge fc-add-script-schema-link into master

What does this MR do and why?

Adds the markdown description to the JSON schema for the script keyword as it was forgotten in the previous MR. Note that the "dark blobs" in the screenshot is a different issue with the dark theme code edtiors and is unrelated to this issue.

Screenshots or screen recordings

Before After
Screen_Shot_2022-05-26_at_6.40.09_AM Screen_Shot_2022-05-26_at_6.39.36_AM

How to set up and validate locally

  1. Go to the pipeline editor
  2. Add a job with the script keyword. Something like:
my_job:
  script: echo hello
  1. Hover on the script keyword
  2. Notice that you now see the Learn more link
  3. Click on it
  4. It takes you to the script keyword in our docs

MR acceptance checklist

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

Edited by Frédéric Caplette

Merge request reports