Skip to content

Commit f21844a

Browse files
committed
Update the Azure Jenkins ReadMe
1 parent ddc7ff3 commit f21844a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/azure/jenkins/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ pytest examples/my_first_test.py --headless --browser=chrome
132132

133133
#### You'll need to set up SSH Port Forwarding in order to secure it.
134134

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.**
135+
* **To do this, copy/paste the string and run it in a NEW command prompt on your local machine (NOT from an SSH terminal session), swapping out the username and DNS name with the ones you set up when creating the Jenkins instance in Azure.**
136136

137137
``ssh -L 127.0.0.1:8080:localhost:8080 USERNAME@DNS_NAME``
138138

0 commit comments

Comments
 (0)