You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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