-
Bug
-
Resolution: Fixed
-
Minor
-
-
2.459
Steps to reproduce
Create a freestyle project with a build step that executes a shell command running ls, then build the project and go to http://${JENKINS_URL}/job/${JOB_NAME}/1/.
Expected results
Note
These are the actual results on 2.452 and earlier.
The text "No changes" is present on the page.
Actual results
The text "No changes" is not present on the page.
Note
Bisected to jenkinsci/jenkins#8110 by janfaracik.
As part of fixing this issue, the workaround in acceptance-test-harness should be removed per https://github.com/jenkinsci/acceptance-test-harness/issues/1548, and the core pull request should ensure that FreestyleJobTest#should_visit_build_with_permalink is passing with the workaround removed.