Hi,
I am trying to set a pipline to trigger a Jenkins Job
I assume this plugin has stopper working for some time after jenkins update
https://www.jenkins.io/redirect/crumb-cannot-be-used-for-script
[Jenkins Version 2.426.3 - Logs]
feb. 22, 2024 8:51:17 E.H. WARNING hudson.security.csrf.CrumbFilter doFilter
Found invalid crumb 1ff6e9090a3fc4751a3b86352e4fc76ab251623063ee863dbb9b79e9bf282d0d. 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
feb. 22, 2024 8:51:17 E.H. WARNING hudson.security.csrf.CrumbFilter doFilter
No valid crumb was included in request for /widget/BuildQueueWidget/ajax by valdi.hafdal. Returning 403.
feb. 22, 2024 8:51:17 E.H. WARNING hudson.security.csrf.CrumbFilter doFilter
Found invalid crumb 1ff6e9090a3fc4751a3b86352e4fc76ab251623063ee863dbb9b79e9bf282d0d. 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
feb. 22, 2024 8:51:17 E.H. WARNING hudson.security.csrf.CrumbFilter doFilter
No valid crumb was included in request for /widget/ExecutorsWidget/ajax by valdi.hafdal. Returning 403
Any chance you can have a look at this and find a way to make it work ?
pipelines:
branches:
development:
- step:
name: Deploy to Production
script:
- pipe: atlassian/jenkins-job-trigger:0.6.0
variables:
JENKINS_URL: 'https://xxxxx/job'
JENKINS_USER: 'xxxx.yyyyy'
JENKINS_TOKEN: 'xxxxxxxxxxxxxxx'
JOB_NAME: 'xxxxx'
Best Regards,
Valdi Hafdal
@Valdi hi. Looks like it is a problem on a Jenkins side. We do not configure any Jenkins settings.
Regards, Igor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.