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
To see the application in action, open a web browser to the external IP address of your service. The Azure vote application is displayed, as shown in the following example:
140
140
141
-

141
+

142
142
143
143
## Deploy Jenkins to an Azure VM
144
144
@@ -178,7 +178,7 @@ A Jenkins environment variable is used to hold the ACR login server name. This v
178
178
- On the left-hand side of the Jenkins portal, select **Manage Jenkins** > **Configure System**
179
179
- Under **Global Properties**, select **Environment variables**. Add a variable with the name `ACR_LOGINSERVER` and the value of your ACR login server.
1. Choose to add a **Build Step** of type **Execute shell** and use the following text. This script builds a new container image and pushes it to your ACR registry.
253
253
@@ -275,7 +275,7 @@ Before you automate the job based on GitHub commits, first manually test the Jen
275
275
276
276
On the left-hand menu of the project, select**Build Now**.
277
277
278
-

278
+

279
279
280
280
The first build takes a minute or two as the Docker image layers are pulled down to the Jenkins server. Subsequent builds can use the cached image layers to improve the build times.
281
281
@@ -292,7 +292,7 @@ With a successful manual build complete, now integrate GitHub into the Jenkins b
292
292
1. Choose to **Add webhook**. For the *Payload URL*, enter `http://<publicIp:8080>/github-webhook/`, where `<publicIp>` is the IP address of the Jenkins server. Make sure to include the trailing /. Leave the other defaults for content type and to trigger on *push* events.
293
293
1. Select **Add webhook**.
294
294
295
-

295
+

296
296
297
297
## Test the complete CI/CD pipeline
298
298
@@ -318,7 +318,7 @@ When updated, save the file, commit the changes, and push these to your fork of
318
318
319
319
Once the build is complete, refresh your web browser of the sample Azure vote application. Your changes are displayed, as shown in the following example:
320
320
321
-

321
+

0 commit comments