digraph g { graph [fontname = "Helvetica Neue", dpi=120]; node [fontname = "Helvetica Neue"]; edge [fontname = "Helvetica Neue"]; node [shape=record,color="#cccccc",style="filled"]; workshop [shape=record, color="#B8AE9C", label=< <table border='0'> <tr><td>workshop.perforce.com:1666</td></tr> <tr><td>//guest/perforce_software/helix-web-services/[codeline]</td></tr> </table> >]; src1 [shape=record, color="#B8AE9C", label=< <table border='0'> <tr><td>perforce:1666</td></tr> <tr><td>//web-services/p4ws-[codeline]/...</td></tr> </table> >]; workshop -> src1 [label="manual mirror"]; build_tarball [shape=record, label="EC Job: p4ws.build-tarball",color="#ACCFCC"]; src1 -> build_tarball; archive [shape=record, color="#B8AE9C", label=< <table border='0'> <tr><td>bld-ondemand:9991</td></tr> <tr><td>//depot/[codeline]/p4-bin/bin.noarch</td></tr> </table> >]; build_tarball -> archive [label=< <table border='0'> <tr><td>helix_web_services.tgz</td></tr> </table> >]; workshop_qt [shape=record, color="#B8AE9C", label=< <table border='0'> <tr><td>workshop.perforce.com:1666</td></tr> <tr><td>//guest/perforce_software/helix-web-services/[codeline]/build/helix_web_services_client_qt</td></tr> </table> >]; workshop -> workshop_qt [label="manual step: 'rake qt:publish'"]; workshop_qt -> src1 [label="manual mirror"]; srcPhx [shape=record, label="//phoenix/[codeline]/...",color="#B8AE9C"]; src1 -> srcPhx [label="Qt SDK (via import mapping)"]; src3 [shape=record, color="#B8AE9C", label=< <table border='0'> <tr><td>workshop.perforce.com:1666</td></tr> <tr><td>//guest/perforce_software/helix-web-services/[codeline]/build/doc</td></tr> </table> >]; workshop -> src3 [label="manual runs of asciidoctor or yard"]; src3 -> src1 [label="manual mirror"]; build_package_ubuntu12 [shape=record, color="#ACCFCC", label="EC Job: p4ws.build-package-ubuntu12"]; archive -> build_package_ubuntu12 [label=< <table border='0'> <tr><td>helix_web_services.tgz</td></tr> </table> >]; build_package_ubuntu12 -> archive [label="helix-web-services-....deb"]; }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 15688 | Doug Scheirer |
Populate -o //guest/perforce_software/helix-web-services/... //guest/doug_scheirer/helix-web-services/.... |
||
//guest/perforce_software/helix-web-services/main/source/doc/continuous-delivery-pipeline.gv | |||||
#1 | 15622 | tjuricek |
Move source code to 'source/' subdirectory of branch. build/ will remain where it is. |
||
//guest/perforce_software/helix-web-services/main/doc/continuous-delivery-pipeline.gv | |||||
#4 | 14787 | tjuricek | Adding basic "package" task to CD pipeline design. | ||
#3 | 14184 | tjuricek | Revise the CD diagram, update official docs, and change the DB configuration key. | ||
#2 | 14183 | tjuricek | Updating deployment guide and design of CD pipeline. | ||
#1 | 13516 | tjuricek | Some sources used to generate diagrams for documentation. |