Commit 402640d
authored
Use Matrix Project Plugin in Security914Test, not Credentials Plugin (#26090)
Fixes #26088
The user interface update to the Credentials plugin in pull request:
* jenkinsci/credentials-plugin#990
removed the image that this test used for its initial configuration.
The change was released in Credentials plugin:
* https://github.com/jenkinsci/credentials-plugin/releases/tag/1460.v48765a_c7d849
The new release of the Credentials plugin was included in Jenkins core
with pull request:
* #26046
This change switches from the Credentials plugin to the Matrix Project
plugin as the base for the test. The assumption is that user interface
changes are less likely to the Matrix Project plugin.
Testing done:
* Confirmed that the tests fail on Windows without this change
* Confirmed that the tests pass on Windows with this change1 parent 96f17d5 commit 402640d
File tree
1 file changed
+6
-6
lines changed- test/src/test/java/jenkins/security/stapler
1 file changed
+6
-6
lines changedLines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
| 78 | + | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments