Search code examples
jenkinsjenkins-pluginsjenkins-pipelinejenkins-blueocean

How do I organize stuff in blueocean- views? folders?


Right now my blueocean is just a big list of ALL my projects on the same page, how do I organize them? I'd like to have different tabs or something to break them up by team at least.

I haven't seen any examples of how to do this. In old jenkins there are folders and views for this.

Edit: So this question is specific to the main pipelines page. And it seems like this page is not usable if you have many projects and is perhaps only for smaller teams. It would be nice to have this feature or some clarity from the jenkins folks on this though


Solution

  • Yes, it is slow, which is why JENKINS-44867 is still an issue.

    There was tabs before because it facilitated the access to the job definition and the definition of groups of jobs.

    With a pipeline approach, this was not needed anymore:

    • the job definition is right there in the source of your project (in the Jenkinsfile)
    • the definition of group is delegated to your repository hosting server website, like your own GitLab instance, which does allow the definition of groups (and sub-groups) of projects. (GitHub has organizations and teams)