Skip to content

Commit cf2cbd7

Browse files
committed
edits per pr review
1 parent 889d743 commit cf2cbd7

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

articles/jenkins/tutorial-jenkins-github-docker-cicd.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Create a webhook inside the fork you created:
139139
- Set **Active** to checked.
140140
- Click **Add webhook**.
141141

142-
![Add GitHub webhook to your forked repo](media/tutorial-jenkins-github-docker-cicd/github_webhook.png)
142+
![Add GitHub webhook to your forked repo](media/tutorial-jenkins-github-docker-cicd/github-webhook.png)
143143

144144

145145
## Create Jenkins job
@@ -223,11 +223,11 @@ az vm show --resource-group myResourceGroupJenkins --name myVM -d --query [publi
223223

224224
Open a web browser and enter `http://<publicIps>:1337`. Your Node.js app is displayed and reflects the latest commits in your GitHub fork as follows:
225225

226-
![Running Node.js app](media/tutorial-jenkins-github-docker-cicd/running_nodejs_app.png)
226+
![Running Node.js app](media/tutorial-jenkins-github-docker-cicd/running-nodejs-app.png)
227227

228228
Now make another edit to the *index.js* file in GitHub and commit the change. Wait a few seconds for the job to complete in Jenkins, then refresh your web browser to see the updated version of your app running in a new container as follows:
229229

230-
![Running Node.js app after another GitHub commit](media/tutorial-jenkins-github-docker-cicd/another_running_nodejs_app.png)
230+
![Running Node.js app after another GitHub commit](media/tutorial-jenkins-github-docker-cicd/another-running-nodejs-app.png)
231231

232232

233233
## Next steps

0 commit comments

Comments
 (0)