Skip to content

Commit c4bfb27

Browse files
committed
document new $envs in README.md
1 parent e0ea1f3 commit c4bfb27

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ See [CONTRIBUTING.md](CONTRIBUTING.md).
1818
The webhook secret that GitHub signs the POSTed payloads with. This is created when the webhook is defined. The default is `hush-hush`.
1919
- **`TRAVIS_CI_TOKEN`**<br>
2020
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`
28+
- **`JENKINS_BUILD_TOKEN_<REPO_NAME>`** (optional)<br>
29+
Only required for the trigger Jenkins build script. The authentication token configured for a particular
30+
Jenkins job, for remote scripts to trigger builds remotely. Found on the job configuration page in
31+
`Build Triggers -> Trigger builds remotely (e.g., from scripts)`.
2132
- **`LOGIN_CREDENTIALS`**<br>
2233
Username and password used to protected the log files exposed in /logs. Expected format: `username:password`.
2334
- **`KEEP_LOGS`**<br>

0 commit comments

Comments
 (0)