Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/integrating-scribe/ci-integrations/jenkins.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ The token is a secret and will not be accessible from the UI after you finalize
3. In the **Global credentials** section, click **+ Add Credentials**. A new **Credentials** form opens.
<img src="/img/start/jenkins-add-credentials.jpg" alt="Jenkins Add Credentials"/>

4. Copy the Scribe Hub API Token to the **Password** field and set the username to `SCRIBE_CLIENT_ID`.
4. Copy the Scribe Hub API Token to the **Password**, and **Username** with anything:
<img src="/img/start/jenkins-username.jpg" alt="Jenkins Credentials Username/Password"/>

5. Set **ID** to `scribe-auth-id` (lowercase).
5. Set **ID** to `scribe-auth-id` (lowercase)
<img src="/img/start/jenkins-auth-id.jpg" alt="Jenkins Credentials ID"/>

6. Click **Create**.
Expand Down Expand Up @@ -80,7 +80,7 @@ pipeline {
valint bom busybox:latest \
--context-type jenkins \
--output-directory ./scribe/valint \
-P $SCRIBE_API_TOKEN
-P $SCRIBE_TOKEN
'''
}
}
Expand Down