From 2385afa1c79493cc94997afbe9f5cd3287c83a03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20M=C4=99drek?= Date: Thu, 8 Jan 2026 15:43:18 +0100 Subject: [PATCH] scripts/pull_github_pr.sh: Update instructions for creating token The interface of Jenkins has changed, and the instructions for creating a token are out-of-date. This commit updates them. Closes scylladb/scylladb#28054 --- scripts/pull_github_pr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pull_github_pr.sh b/scripts/pull_github_pr.sh index f03eca6333..b88a918fa5 100755 --- a/scripts/pull_github_pr.sh +++ b/scripts/pull_github_pr.sh @@ -26,7 +26,7 @@ fi if [[ -z "$JENKINS_USERNAME" || -z "$JENKINS_API_TOKEN" ]]; then echo " JENKINS_USERNAME or JENKINS_API_TOKEN is missing from env. - To create a TOKEN, browse to https://jenkins.scylladb.com, then click on your username (upper right corner) and configure. Click on Add new token and set the JENKINS_USERNAME and JENKINS_API_TOKEN environment variables accordingly. + To create a TOKEN, browse to https://jenkins.scylladb.com, then click on your username (upper right corner) and go to the Security tab. Click on Add new token and set the JENKINS_USERNAME and JENKINS_API_TOKEN environment variables accordingly. " exit 1 fi