Skip to content

Commit 036857c

Browse files
committed
Claified steps
1 parent f4fa7c8 commit 036857c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/service-fabric/service-fabric-tutorial-java-jenkins.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.devlang: java
1313
ms.topic: tutorial
1414
ms.tgt_pltfrm: NA
1515
ms.workload: NA
16-
ms.date: 02/26/2018
16+
ms.date: 08/27/2018
1717
ms.author: suhuruli
1818
ms.custom: mvc
1919

@@ -49,10 +49,10 @@ You can set up Jenkins either inside or outside a Service Fabric cluster. The fo
4949

5050
1. Pull the Service Fabric Jenkins container image: ``docker pull rapatchi/jenkins:v10``. This image comes with Service Fabric Jenkins plugin pre-installed.
5151

52-
1. Run the container image with the location where your certificates are on your local machine mounted
52+
1. Run the container image with the location where your Azure certificates are stored on your mounted local machine.
5353

5454
```bash
55-
docker run -itd -p 8080:8080 -v /Users/suhuruli/Documents/Work/Samples/service-fabric-java-quickstart/AzureCluster:/tmp/myCerts rapatchi/jenkins:v10
55+
docker run -itd -p 8080:8080 -v /service-fabric-java-quickstart/AzureCluster rapatchi/jenkins:v10
5656
```
5757

5858
1. Get the ID of the container image instance. You can list all the Docker containers with the command ``docker ps –a``
@@ -82,7 +82,7 @@ You can set up Jenkins either inside or outside a Service Fabric cluster. The fo
8282

8383
1. First, if you do not have a repository that you can use to host the Voting project on Github, create one. The repository is called **dev_test** for the remaining of this tutorial.
8484

85-
1. Create a **new item** on your Jenkins dashboard.
85+
1. Create a **new item** on your Jenkins dashboard at ``http://<HOST-IP>:8080``.
8686

8787
1. Enter an item name (for example, **MyJob**). Select **free-style project**, and click **OK**.
8888

@@ -120,6 +120,8 @@ You can set up Jenkins either inside or outside a Service Fabric cluster. The fo
120120
> The cluster here could be same as the one hosting the Jenkins container application, in case you are using Service Fabric to deploy the Jenkins container image.
121121
>
122122

123+
1. Click **Save**.
124+
123125
## Update your existing application
124126

125127
1. Update the title of the HTML in the *VotingApplication/VotingWebPkg/Code/wwwroot/index.html* file with **Service Fabric Voting Sample V2**.

0 commit comments

Comments
 (0)