-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpipeline.drawio
61 lines (61 loc) · 5.29 KB
/
pipeline.drawio
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<mxfile host="65bd71144e">
<diagram id="ttW-cjgYE2Pf3NXrrkUx" name="Page-1">
<mxGraphModel dx="1386" dy="773" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<mxCell id="2" value="&nbsp; &nbsp;stage - CI" style="rounded=0;whiteSpace=wrap;html=1;verticalAlign=top;align=left;fillColor=#60a917;fontColor=#ffffff;strokeColor=#2D7600;" vertex="1" parent="1">
<mxGeometry x="40" y="40" width="440" height="120" as="geometry"/>
</mxCell>
<mxCell id="3" value="build" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#f5f5f5;fontColor=#333333;strokeColor=#666666;" vertex="1" parent="1">
<mxGeometry x="60" y="80" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="4" value="&nbsp; &nbsp;stage - Publish prd" style="rounded=0;whiteSpace=wrap;html=1;verticalAlign=top;align=left;fillColor=#60a917;fontColor=#ffffff;strokeColor=#2D7600;" vertex="1" parent="1">
<mxGeometry x="40" y="480" width="440" height="120" as="geometry"/>
</mxCell>
<mxCell id="7" style="edgeStyle=none;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" source="5" target="6">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="13" style="edgeStyle=orthogonalEdgeStyle;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" source="5" target="8">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="5" value="build" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#0050ef;fontColor=#ffffff;strokeColor=#001DBC;" vertex="1" parent="1">
<mxGeometry x="520" y="40" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="6" value="deploy dev" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#0050ef;fontColor=#ffffff;strokeColor=#001DBC;" vertex="1" parent="1">
<mxGeometry x="720" y="40" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="8" value="deploy prod" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#0050ef;fontColor=#ffffff;strokeColor=#001DBC;" vertex="1" parent="1">
<mxGeometry x="720" y="200" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="10" value="build" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#60a917;fontColor=#ffffff;strokeColor=#2D7600;" vertex="1" parent="1">
<mxGeometry x="520" y="120" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="11" value="test" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#60a917;fontColor=#ffffff;strokeColor=#2D7600;" vertex="1" parent="1">
<mxGeometry x="520" y="200" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="12" value="publish ACR" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#60a917;fontColor=#ffffff;strokeColor=#2D7600;" vertex="1" parent="1">
<mxGeometry x="520" y="280" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="14" value="trigger manual" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" vertex="1" parent="1">
<mxGeometry x="860" y="220" width="60" height="30" as="geometry"/>
</mxCell>
<mxCell id="16" value="&nbsp; &nbsp;stage - Publish dev" style="rounded=0;whiteSpace=wrap;html=1;verticalAlign=top;align=left;fillColor=#60a917;fontColor=#ffffff;strokeColor=#2D7600;" vertex="1" parent="1">
<mxGeometry x="40" y="200" width="440" height="120" as="geometry"/>
</mxCell>
<mxCell id="18" value="test" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#f5f5f5;fontColor=#333333;strokeColor=#666666;" vertex="1" parent="1">
<mxGeometry x="200" y="80" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="19" value="publish to ACR (latest)" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#f5f5f5;fontColor=#333333;strokeColor=#666666;" vertex="1" parent="1">
<mxGeometry x="340" y="80" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="20" value="publish latest" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#f5f5f5;fontColor=#333333;strokeColor=#666666;" vertex="1" parent="1">
<mxGeometry x="60" y="240" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="21" value="- download latest<br>- retag<br>- publish" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#f5f5f5;fontColor=#333333;strokeColor=#666666;" vertex="1" parent="1">
<mxGeometry x="60" y="520" width="120" height="60" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>