Skip to content

Slash in job name only allows job to be run once. Ever. #1892

@track0x1

Description

@track0x1

Bug Report

If you have a slash / in a job name, it will break concourse. The job will only be able to be triggered manually once. After it runs, you will have to destroy the pipeline and recreate it if you want it to run again. The fix is to not put a slash in the job name.

Possible solution? if a slash is present, it should be encoded so the URL to the build reads http://concourse.../pipelines/pipelineName/jobs/build%2fship/builds/1 instead of http://concourse.../pipelines/pipelineName/jobs/build/ship/builds/1

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions