Skip to content

Examples

Evgeny Bovykin edited this page Apr 21, 2017 · 3 revisions

All this example use maxscale-jenkins-job repository as a source of configs.

Call graph

Building call graph with call parameters and legend

jabba --files maxscale_jobs/build_all.yaml --call-parameters call-order same-node --legend --call-graph --yaml-root maxscale_jobs/

Call graph

Include graph

Building include graph with legend

jabba --files maxscale_jobs/print_branch_list.yaml --legend --include-graph --yaml-root maxscale_jobs/

Include graph

Analysis

Unused configs

Analyzing for unused configs

jabba --analysis unused_configs --yaml-root maxscale_jobs/

Unused configs

Unset parameters

Analyzing for call parameters to be always present

jabba --analysis parameters_present:same-node --synonyms {same-node, node-parameters} --yaml-root maxscale_jobs/

Parameters present test