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
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ See [CONTRIBUTING.md](CONTRIBUTING.md).
18
18
The webhook secret that GitHub signs the POSTed payloads with. This is created when the webhook is defined. The default is `hush-hush`.
19
19
-**`TRAVIS_CI_TOKEN`**<br>
20
20
For scripts that communicate with Travis CI. Your Travis token is visible on [yourprofile](https://travis-ci.org/profile) page, by clicking the "show token" link. Also See: https://blog.travis-ci.com/2013-01-28-token-token-token
21
+
-**`JENKINS_WORKER_IPS`**<br>
22
+
List of valid Jenkins worker IPs allowed to push PR status updates, split by comma: `192.168.1.100,192.168.1.101`.
21
23
-**`JENKINS_API_CREDENTIALS`** (optional)<br>
22
24
For scripts that communicate with Jenkins on http://ci.nodejs.org. The Jenkins API token is visible on
23
25
your own profile page `https://ci.nodejs.org/user/<YOUR_GITHUB_USERNAME>/configure`, by clicking the
0 commit comments