11:13:05 + echo ****
11:13:05 + jwt -show -
11:13:05 Header:
11:13:05 {
11:13:05 "alg": "RS256",
11:13:05 "kid": "x-test-id"
11:13:05 }
11:13:05 Claims:
11:13:05 {
11:13:05 "aud": "test",
11:13:05 "build_number": 24,
11:13:05 "changebranch": "test-pr",
11:13:05 "changeid": "1",
11:13:05 "exp": 1714385584,
11:13:05 "git_commit": "${GIT_COMMIT}",
11:13:05 "git_url": "${GIT_URL}",
11:13:05 "github_repo": "${GITHUB_REPO}",
11:13:05 "iat": 1714381984,
Documentation said that his is supposed to be working, however apparently it's not working.
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Linux
Reproduction steps
${GIT_URL}and another for${GIT_COMMIT}Expected Results
Having the URL of the repository and the commit sha in the claims
Actual Results
Anything else?
Documentation said that his is supposed to be working, however apparently it's not working.
Are you interested in contributing a fix?
No response