jenkinsci / jenkinsci/subversion-plugin

[JENKINS-73462] CI integration requires a crumb "No valid crumb was included", crumbs are no longer supported, token doesn't work

Open
#1,573 0 comments 0 reactions 0 assignees View on GitHub
component:subversion-plugin imported-jira-issue priority:minor resolution:unresolved
Dominant language
Java
Stars
131
Forks
275
Avg merge
12h 4m
Merged PRs (30d)
6

Description

According to the docs at https://plugins.jenkins.io/subversion/, a CSRF token (crumb) is needed when submitting to the subversion CI trigger API.

When a crumb is included you get this:

```

Found invalid crumb XXX. If you are calling this URL with a script, please use the API Token instead. More information: https://www.jenkins.io/redirect/

crumb-cannot-be-used-for-script

```

Adding the same token used under the job API doesn't work.

---
Originally reported by minfrin, imported from: CI integration requires a crumb "No valid crumb was included", crumbs are no longer supported, token doesn't work


  • status: Open
  • priority: Minor
  • component(s): subversion-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 1
  • imported: 20251212-090250

Raw content of original issue

According to the docs at https://plugins.jenkins.io/subversion/, a CSRF token (crumb) is needed when submitting to the subversion CI trigger API.

When a crumb is included you get this:

```
Found invalid crumb XXX. If you are calling this URL with a script, please use the API Token instead. More information: https://www.jenkins.io/redirect/
crumb-cannot-be-used-for-script
```

Adding the same token used under the job API doesn't work.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.