Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-49645

Dynamically added credentials Add button doesn't work

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • credentials-plugin
    • None

      This is essentially the root cause ticket for JENKINS-42546 / JENKINS-42599

      This is caused by the workaround for JENKINS-26578 (source).

      It causes the YUI button in the 'template' block used by repeatable to be rendered before the html text is captured by repeatable behaviour initialization.

      Then later, when it is inserted, the behaviour doesn't work properly since the markup is not what is expected.

      If I set a larger timeout (3000) in the JENKINS-26578 hack, then the new entries get added properly and the Add button works fine.

          [JENKINS-49645] Dynamically added credentials Add button doesn't work

          Removing myself as assignee. My current work assignments do not provide sufficient bandwidth to review these issues and in the majority of cases I am only assigned by virtue of being the default assignee. For the credentials-api and scm-api related plugins I have permission to allocate time reviewing changes to these APIs themselves to ensure these APIs remain cohesive, but that can be handled through PR reviews rather than assigning issues in JIRA

          Stephen Connolly added a comment - Removing myself as assignee. My current work assignments do not provide sufficient bandwidth to review these issues and in the majority of cases I am only assigned by virtue of being the default assignee. For the credentials-api and scm-api related plugins I have permission to allocate time reviewing changes to these APIs themselves to ensure these APIs remain cohesive, but that can be handled through PR reviews rather than assigning issues in JIRA

          Jamie Pate added a comment -

          https://github.com/jenkinsci/credentials-plugin/pull/373 <- this PR removes the button completely since I have no idea how to fix it. It must not be important if nobody has fixed this in 6 years.

          Jamie Pate added a comment - https://github.com/jenkinsci/credentials-plugin/pull/373 <- this PR removes the button completely since I have no idea how to fix it. It must not be important if nobody has fixed this in 6 years.

            Unassigned Unassigned
            vlatombe Vincent Latombe
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: