Skip to content

Commit a706fef

Browse files
committed
Update the Azure Jenkins ReadMe
1 parent 5c45e27 commit a706fef

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

integrations/azure/jenkins/ReadMe.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,17 @@ pytest examples/my_first_test.py --headless --browser=chrome
124124

125125
#### Navigate to http://JENKINS_IP_ADDRESS/jenkins-on-azure/
126126

127+
(Depending on your version of Jenkins, you may see the following screen, or nothing at all.)
128+
127129
![](https://cdn2.hubspot.net/hubfs/100006/images/jenkins_on_azure_09.png "Jenkins on Azure")
128130

129-
#### You'll notice that Jenkins is currently set to use only ``http``, which makes it less secure.
131+
#### Initially, Jenkins uses only ``http``, which makes it less secure.
132+
133+
#### You'll need to set up SSH Port Forwarding in order to secure it.
130134

131-
#### You'll need to set up SSH Port Forwarding in order to make it secure.
135+
* **To do this, copy/paste the string and run it in a command prompt, swapping out the username and DNS name with the ones you set up when creating the Jenkins instance in Azure.**
132136

133-
* **To do this, copy/paste the string and run it in a command prompt, swapping out the username with the one you set up when creating the Jenkins instance in Azure.**
137+
``ssh -L 127.0.0.1:8080:localhost:8080 USERNAME@DNS_NAME``
134138

135139

136140
### Step 16. Login to Jenkins

0 commit comments

Comments
 (0)