Skip to content

There's no UI showing which "configurations" exist #454

@daniel-beck

Description

@daniel-beck

Jenkins and plugins versions report

Jenkins 2.540
Plugin 627.v0249270b_488e

What Operating System are you using (both controller, and any agents involved in the problem)?

doesn't matter

Reproduction steps

  1. Have a Pipeline with this script:
addEmbeddableBadgeConfiguration(id: "foo",
                                subject: "sub",
                                status: "status",
                                color: "color",
                                animatedOverlayColor: "anim",
                                link: "link")
  1. Run it.
  2. Click on "Embeddable Build Status" on the job or build.

Expected Results

It shows me the "configuration" I apparently "created".

Actual Results

Nothing.

I need to read the help, figure out it means I have to generate the usual URL (http://localhost:8080/job/pl/1/badge/icon), and add a query parameter to it.

Anything else?

No response

Are you interested in contributing a fix?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions