Commit d2808e3
committed
Adapt DockerServerCredentialsTest for 2.413 UI improvement
Jenkins 2.412 and earlier use a text area for the client key.
Jenkins 2.413 and newer use an input field for the client key.
Jenkins 2.413 looks much nicer with a button that is consistent with
the other buttons used in the Jenkins pages.
jenkinsci/jenkins#8179 is the Jenkins core pull
request that implemented the change in Jenkins 2.413. Other plugins
that use HTMLUnit to enter a value for the secret text may need a
similar change.1 parent 3dc5357 commit d2808e3
File tree
1 file changed
+8
-1
lines changed- src/test/java/org/jenkinsci/plugins/docker/commons/credentials
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
101 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
102 | 109 | | |
103 | 110 | | |
104 | 111 | | |
| |||
0 commit comments