-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
Jenkins 2.60.1 blue ocean 1.1.4
-
-
Blue Ocean 1.2-beta3
After you create a new pipeline in an clean jenkins the pipeline does not show up in the pipelines view
Steps to reproduce
- From the pipeline page click create new pipeline
- choose git
- enter https://github.com/jtnord/maven-test-project.git (NB: there is no Jenkinsfile here)
- after creation you are told there are no branches which is fine
- using the pipeline link view the pipelines on the system
expected results
- the pipeline is shown in the pipelines list (there should only be one pipeline and it should be the one you just created)
actual results
- Jenkins says there are no pipelines and that you should create your first one.
- reload the page (ctrol+r) and see that the pipeline does indeed exist
- duplicates
-
JENKINS-45302 Git creation not reliably showing the activity page with discovered pipelines
- Open