16 lines
675 B
Plaintext
16 lines
675 B
Plaintext
|
|
# Copy to hermes_triage_demo.env (same directory) and fill in.
|
||
|
|
# That filename is git-ignored so it can hold real tokens.
|
||
|
|
|
||
|
|
# Jenkins API token: https://ci.bstein.dev -> your user -> Configure -> API Token
|
||
|
|
export JENKINS_USER="your-jenkins-user"
|
||
|
|
export JENKINS_TOKEN="your-jenkins-api-token"
|
||
|
|
|
||
|
|
# Gitea token, used only to report open pull requests during preflight.
|
||
|
|
# Preflight still works without it; that one line will read "?".
|
||
|
|
export GITEA_TOKEN="your-gitea-token"
|
||
|
|
|
||
|
|
# Override only if you are not pointing at the usual lab.
|
||
|
|
# export JENKINS_URL="https://ci.bstein.dev"
|
||
|
|
# export GITEA_URL="https://scm.bstein.dev"
|
||
|
|
# export CODE_REPO_DIR="$HOME/Development/hermes-code-demo"
|