digraph { node [shape=box, style=rounded]; rankdir=TB; subgraph clusterMain { "Build_Stable" [label= href="http://jenkins-ucsb-1.dataone.org/jenkins/job/Build_Stable/"]; "Build_Stable_Level_1" [label= href="http://jenkins-ucsb-1.dataone.org/jenkins/job/Build_Stable_Level_1/"]; "Build_Stable_Level_2" [label= href="http://jenkins-ucsb-1.dataone.org/jenkins/job/Build_Stable_Level_2/"]; "bookkeeper-unstable" [label= href="http://jenkins-ucsb-1.dataone.org/jenkins/job/bookkeeper-unstable/"]; "d1_cn_version_tool_stable" [label= href="http://jenkins-ucsb-1.dataone.org/jenkins/job/d1_cn_version_tool_stable/"]; "d1_common_java_stable" [label= href="http://jenkins-ucsb-1.dataone.org/jenkins/job/d1_common_java_stable/"]; "d1_jibx_extensions_stable" [label= href="http://jenkins-ucsb-1.dataone.org/jenkins/job/d1_jibx_extensions_stable/"]; "d1_libclient_java_stable" [label= href="http://jenkins-ucsb-1.dataone.org/jenkins/job/d1_libclient_java_stable/"]; "d1_test_resources_stable" [label= href="http://jenkins-ucsb-1.dataone.org/jenkins/job/d1_test_resources_stable/"]; color=invis;} subgraph clusterStandalone { color=invis;} "d1_cn_version_tool_stable" -> "Build_Stable_Level_1" [ color=black ] ; "d1_jibx_extensions_stable" -> "Build_Stable_Level_1" [ color=black ] ; "d1_test_resources_stable" -> "Build_Stable_Level_1" [ color=black ] ; "d1_common_java_stable" -> "Build_Stable_Level_2" [ color=black ] ; "d1_libclient_java_stable" -> "bookkeeper-unstable" [ color=black ] ; "Build_Stable" -> "d1_cn_version_tool_stable" [ color=blue ] ; "Build_Stable_Level_1" -> "d1_common_java_stable" [ color=blue ] ; "Build_Stable" -> "d1_jibx_extensions_stable" [ color=blue ] ; "Build_Stable_Level_2" -> "d1_libclient_java_stable" [ color=blue ] ; "Build_Stable" -> "d1_test_resources_stable" [ color=blue ] ; }