@@ -113,7 +113,8 @@ On the next screen, click on **Save** and then click **Ok** to save the empty re
113113 - For Source select the source build pipeline. If you have forked the git repo, the build pipeline may named `` yourgitusername.DevOpsForAI ``
114114 - In the Source alias, replace the auto-populated value with
115115 ** `` DevOpsForAI `` **
116- - Other fields will get auto populated, you can leave them as it is.
116+ - Field ** Devault version** will get auto populated ** Latest** , you can leave them as it is.
117+ - Click on ** Add** , and then ** Save** the pipeline
117118 ![ release retraining artifact] ( ./images/release-retrainingartifact.png )
118119
1191201 . Artifact is now added for retraining trigger pipeline, hit the ** save** button on top right and then click ** ok** .
@@ -171,15 +172,17 @@ Let's set up the release deployment pipeline now.
171172 ![ release retraining artifact] ( ./images/release-deploymentcitrigger.png )
172173
173174 Here are the steps to add build output as artifact
174- ![ release retraining artifact ] ( ./images/release-retrainingartifact.png )
175+
175176 - Click on pipeline tab to go back to pipeline view and click ** Add an artifact** . This will open a pop up window
176- - For source type, select ** Build**
177- - For project, select your project in Azure DevOps that you created in previous steps.
178- - For Source, select the source build pipeline.
179- - Other fields will get auto populated, you can leave them as it is.
180-
177+ - for source type, select ** Build**
178+ - for project, select your project in Azure DevOps that you created in previous steps.
179+ - For Source select the source build pipeline. If you have forked the git repo, the build pipeline may named `` yourgitusername.DevOpsForAI ``
180+ - In the Source alias, replace the auto-populated value with
181+ ** `` DevOpsForAI `` **
182+ - Field ** Devault version** will get auto populated ** Latest** , you can leave them as it is.
183+ - Click on ** Add** , and then ** Save** the pipeline
184+ ![ release retraining artifact] ( ./images/release-retrainingartifact.png )
181185
182- 1 . <<TODO: Update the working directory for all steps and install-setup.py file path>>
183186
1841871 . 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.
185188
0 commit comments