concourse / concourse/docs

Wrong content in gif regarding output_mapping

Open
#542 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
HTML
Stars
57
Forks
165
Avg merge
1m
Merged PRs (30d)
2

Description

Describe the bug

In https://concourse-ci.org/exploring-task-input-and-output-scenarios.html#3---mapping-the-names-of-inputs-and-outputs the picture shows the wrong information wrt. the output_mapping. The docs below are fine.

Docs show

  - task: create-one-output
    # The task config has the artifact `the-output`
    # output_mapping will rename `the-output` to `demo-disk`
    # in the rest of the job's plan
    output_mapping:
      the-output: demo-disk

Gif shows:

    output_mapping:
     demo-disk: the-output
Reproduction steps
  1. Read
  2. Compare
  3. D'oh
Expected behavior

Correct or removed gif

Additional context

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open the “Mapping the names of inputs and outputs” section at the linked documentation page and locate the GIF used there. Compare its output_mapping direction with the code example below it. Done means the GIF is corrected or removed and the page consistently shows the documented mapping.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.