in Jenkins is there a way to minimize the jobs listing in the board? -


situation:

sometimes simplify task, split in tree parts simplify code.

problem:

now quantity of jobs in board starting excessive since jobs splitted in 5 parts. this, build flow should in dashboard : https://wiki.jenkins-ci.org/display/jenkins/splitting+a+big+job+into+smaller+jobs

solution:

i know can create folder each job, have else in mind. possible have build flow 5 parts (subjobs), , build flow (masterjobs) in dashboard, , 5 subjobs existing within build flow? can add infinity number of subjobs want within flow , can access them through there?

for example, way find subjob 1 5 in flow (masterjob), manage them?

i'm not sure if it's clear, if it's not i'll edit again.

there view job filter plugin in simplest form allows jobs filtered regular expression.

from link:

regular expression job filter

with large organization , hundreds of jobs, become annoying , time-consuming try keep views organized. regular expression job filter can help, , there multiple options choose make easier.

include/exclude options - ability either add jobs or filter out jobs based on expression, or negation of expression

job name - allows filter out jobs when have naming conventions. allows "narrow down" other filters, or match negation of expression

job description - if use descriptions, may want

there more in wiki page


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -