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
+11
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,17 @@ 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_API_CREDENTIALS`** (optional)<br>
22
+
For scripts that communicate with Jenkins on http://ci.nodejs.org. The Jenkins API token is visible on
23
+
your own profile page `https://ci.nodejs.org/user/<YOUR_GITHUB_USERNAME>/configure`, by clicking the
24
+
"show API token" button. Also See: https://wiki.jenkins-ci.org/display/JENKINS/Authenticating+scripted+clients
25
+
-**`JENKINS_JOB_URL_<REPO_NAME>`** (optional)<br>
26
+
Only required for the trigger Jenkins build script, to know which job to trigger a build for when
27
+
repository collaborator posts a comment to the bot. E.g. `JENKINS_JOB_URL_NODE=https://ci.nodejs.org/job/node-test-pull-request`
0 commit comments