diff --git a/README.md b/README.md index 00d2334..273c86d 100644 --- a/README.md +++ b/README.md @@ -112,12 +112,12 @@ Jenkins API tokens are recommended for authentication. To create an API token: 1. Log into Jenkins 2. Click on your username (top right) -3. Select "Configure" +3. Select "Security" 4. Under "API Token", click "Add new Token" 5. Give it a name and click "Generate" 6. Copy the generated token -![jenkins token](./images/jenkins-token.png) +![personal token](./images/personal-token.png) Alternatively, you can use a remote trigger token configured in your Jenkins job settings. diff --git a/images/jenkins-token.png b/images/jenkins-token.png deleted file mode 100644 index 6ac1a0e..0000000 Binary files a/images/jenkins-token.png and /dev/null differ diff --git a/images/personal-token.png b/images/personal-token.png new file mode 100644 index 0000000..79b7060 Binary files /dev/null and b/images/personal-token.png differ