Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Component/s: performance-signature-dynatrace-plugin
-
Labels:None
-
Similar Issues:
Description
Every newly added credential add button (inside the f:repeatable) has no function.
Steps to reproduce:
- install Performance Signature Plugin
- go to <JENKINS>/configure
- add a new Dynatrace server
- add a new Credential/Profile pair
- press the credential add button
expected behaviour: open 'add credentials' popup
actual behaviour: nothing happens, button has no function
Global Configuration code location: https://github.com/jenkinsci/performance-signature-dynatrace-plugin/blob/master/dynatrace/src/main/resources/de/tsystems/mms/apm/performancesignature/dynatrace/PerfSigGlobalConfiguration/config.jelly
Attachments
Issue Links
- depends on
-
JENKINS-49645 Dynamically added credentials Add button doesn't work
-
- Open
-
- is related to
-
JENKINS-23160 Newly added module locations' / additional credentials' "Add" credential button does not work
-
- Closed
-
-
JENKINS-42599 Newly added module locations' / additional credentials' "Add" credential button seems out of work
-
- Open
-
Stephen Connolly mhhh i read through the issue and PR, the proposed fix was included in credentials-1.16. im using credentials-2.1.14 (2.1.0 as dependency). Im using credential Dynatrace profile pairs to store multiple credentials Dynatrace profile combinations in the global configuration. So how should i implement a fix for these pairs? Can you please give me a hint?