-
Task
-
Resolution: Fixed
-
Minor
-
-
Evergreen - Milestone 1
ViewTest#renameJob is failing because it can not find the name element see here
The issue seems to be the name field being removed in most recent versions of Jenkins (apparently substituted by the Display Name field in the Advanced section)
See the screenshot I have reproduced manually with 2.110, but not sure yet if this is intentional or a bug
- blocks
-
JENKINS-49269 Upgrade Jenkins core flow to run the ath test defined in 49263
-
- Resolved
-
- links to
All Jobs have a name and a display name before and after the change. Previously, both the name and display name could be edited from the configure page. In
JENKINS-22936I removed the ability to change the name from the configure page, and moved it to a separate page (feel free to read the ticket for the motivation behind the change). The display name can still be edited on the configure page.All of the ATH code that does renames will have to be updated to use the new flow. I can submit a PR to fix the case you pointed out here, but I am not sure how many other tests will need to be updated.