Skip to content

Commit 62cc7be

Browse files
committed
doc: updated steps to select pipeline alias
1 parent be3872c commit 62cc7be

File tree

3 files changed

+8
-17
lines changed

3 files changed

+8
-17
lines changed

docs/getting_started.md

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -110,24 +110,17 @@ On the next screen, click on **Save** and then click **Ok** to save the empty re
110110
1. This will open up a pop up window, on this screen:
111111
- for source type, select **Build**
112112
- for project, select your project in Azure DevOps that you created in previous steps.
113-
- For Source select the source build pipeline.
113+
- For Source select the source build pipeline. If you have forked the git repo, the build pipeline may named ``yourgitusername.DevOpsForAI``
114+
- In the Source alias, replace the auto-populated value with
115+
**``DevOpsForAI``**
114116
- Other fields will get auto populated, you can leave them as it is.
115117
![release retraining artifact](./images/release-retrainingartifact.png)
116118

117-
1. Artifact is now added for retraining trigger pipeline, hit the **save** button on top right and then click **ok**. You now have the retraining trigger pipeline all set up. To trigger this pipeline every time build pipeline executes, click on the lighting sign to enable the **Continous Deployment Trigger**, click Save.
118-
![release retraining artifact](./images/release-deploymentcitrigger.png)
119-
120-
1. We now need to update one of the tasks in the pipeline to correct the script path as it is dependent on the artifact name. The artifact name is based of your GitHub username since you cloned the repo. To make the change
121-
- From the release pipeline view, click on the highlighted section.
122-
![release retraining task](./images/release-retraintask.png)
123-
- On the next screen, select the **install requirements** task and click on three dots in the highlighted section.
124-
![release env task](./images/release-envtask.png).
125-
- This will open a pop up for the linked artifact and you can select the file.
126-
![release env task](./images/release-envtask-scriptpath.png)
127-
Also update the path for **Working Directory** (under Advanced) and select **environment_setup** as working directoy from the linked artifact.
128-
- Similarly for **Run AML Pipeline** task, change the working directory to **devops-for-ai** under your artifact.
129-
![release env task](./images/release-workingdir.png)
130-
119+
1. Artifact is now added for retraining trigger pipeline, hit the **save** button on top right and then click **ok**.
120+
121+
1. To trigger this pipeline every time build pipeline executes, click on the lighting sign to enable the **Continous Deployment Trigger**, click Save.
122+
![release retraining artifact](./images/release-retrainingtrigger1.png)
123+
131124
2. If you want to run this pipeline on a schedule, you can set one by clicking on **Schedule set** in Artifacts section.
132125
![release retraining artifact](./images/release-retrainingartifactsuccess.png)
133126

@@ -138,8 +131,6 @@ On the next screen, click on **Save** and then click **Ok** to save the empty re
138131
![release create ](./images/release-create.png)
139132
- On the next screen click on **Create** button, this creates a manual release for you.
140133

141-
2. <<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 >>
142-
143134
### 7. Set up release (Deployment) pipeline
144135

145136
**Note:** For setting up release pipelines, first download the [release-pipelines](../release-pipelines) to your local filesystem so you can import it.
-108 KB
Loading
55.8 KB
Loading

0 commit comments

Comments
 (0)