Skip to content

Octopus Deploy node on DevOps roadmap shows Drone content (duplicate node ID) #9922

@jbristowe

Description

@jbristowe

What is the URL where the issue is happening

https://roadmap.sh/devops

What browsers are you seeing the problem on?

No response

Describe the Bug

Clicking the Octopus Deploy node on the DevOps roadmap opens the side panel, but the content displayed is for Drone instead.

Steps to reproduce

  1. Visit https://roadmap.sh/devops
  2. Click the Octopus Deploy node (under CI/CD tools)
  3. Side panel renders Drone's description and links

Root cause

Two markdown files in src/data/roadmaps/devops/content/ share the same node ID suffix:

  • octopus-deploy@TsXFx1wWikVBVoFUUDAMx.md
  • drone@TsXFx1wWikVBVoFUUDAMx.md

The string after @ is the unique node ID the frontend uses to look up content. When two files share an ID, only one resolves, and Drone is currently winning the lookup.

Suggested fix

Generate a new unique ID for one of the two nodes (likely Octopus Deploy, since it appears to have been copy-pasted from the Drone entry), update the corresponding node ID in the roadmap's JSON definition, and rename the markdown file to match.

Output from browser console (if any)

No response

Participation

  • I am willing to submit a pull request for this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIndicates an unexpected problem or unintended behavior

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions