-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
-
Blue Ocean 1.1
Description
The blueocean-display-url tests perform some commits as part of the setup, if the tests are executed in an environment without git user.name and user.email properties configured the tests are going to fail.
Most developer machines already have a global user configured, but for example if the tests are executed in a docker container set up by a CI server (like Jenkins) is possible for them to fail
The fix is very easy, just add the author to the commit steps of the tests
To reproduce
Run the tests in an environment without git user.name and user.email configured
- is related to
-
JENKINS-44508 git-userContent ATH test is failing
- Resolved
- links to