-
Bug
-
Resolution: Unresolved
-
Major
-
None
ServletExcaption Java.Lang.IllegalArgumentException: Username may not be null.
However I have a username and password
- links to
[JENKINS-32507] cannot create zephyr Server
Component/s | New: zephyr-enterprise-test-management-plugin [ 20648 ] | |
Component/s | Original: ci [ 18920 ] | |
Key | Original: INFRA-549 | New: JENKINS-32507 |
Workflow | Original: classic default workflow [ 168142 ] | New: JNJira [ 168142 ] |
Project | Original: Infrastructure [ 10301 ] | New: Jenkins [ 10172 ] |
Assignee | Original: R. Tyler Croy [ rtyler ] |
Assignee | New: Ivan Fernandez Calvo [ ifernandezcalvo ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Remote Link | New: This issue links to "PR (Web Link)" [ 14051 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Resolved [ 5 ] | New: Reopened [ 4 ] |
The current implementation reuse a method that need a server configured if there is no server configured before, it fails, so, you only could add servers if you have one configured.
I have solved it instanciated a RestClient directly.