You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting_started.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,8 @@ We now have 3 pipelines that we would set up
74
74
75
75
Great, you now have the build pipeline setup, you can either manually trigger it or it gets automatically triggered everytime there is a change in the master branch.
76
76
77
+
9. <<TODO: Make sure that the build trigger is not enabled for PR>>
78
+
77
79
**Note:** The build pipeline will perform basic test on the code and provision infrastructure on azure. This can take around 10 mins to complete.
78
80
79
81
### 6. Set up Retraining trigger release pipeline
@@ -113,7 +115,9 @@ Great, you now have the build pipeline setup, you can either manually trigger it
113
115
114
116
To view the newly created pipeline, click on the release tab on the left hand side and it will show the retraining trigger pipeline.
115
117
116
-
1. <<TODO: Trigger the retraining pipeline trigger>>
118
+
1. <<TODO: Enable the continuous deployment trigger on the build artifact>>
119
+
120
+
1. <<TODO: Manual Trigger the retraining pipeline trigger>>
117
121
118
122
1. <<TODO: The artifact name is defined by the name of build pipeline. If people fork it, the build pipeline name will change, this will change the artifact name and the workingDirectory path will change causing release pipelines to fail >>
119
123
@@ -164,7 +168,10 @@ Let's set up the release deployment pipeline now.
164
168
- For Source, select the source build pipeline.
165
169
- Other fields will get auto populated, you can leave them as it is.
166
170
167
-
171
+
1. <<TODO: Add the build artifacts from the build pipeline to use the deployment code>>
172
+
173
+
1. <<TODO: Update the working directory for all steps and install-setup.py file path>>
174
+
168
175
1. We now have QA environment continously deployed each time there is a new image available in container registry. You can select pre-deployment conditions for prod environment, normally you don't want it to be auto deployed, so select manual only trigger here.
0 commit comments