|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Okay, I fixed my problem by going to the security settings and enabling proxy crumb. This didn't work at first, because I'm using nginx and it overrides the default Jenkins crumb (".crumb") which it sees as invalid. So, to fix this I went to "/etc/default" and edited the "jenkins" file there. In the "JAVA_ARGS" opt, I added: "-Dhudson.security.csrf.requestfield=Jenkins-crumb" which changes the crumb from ".crumb" to "Jenkins-crumb" and it works fine. Thanks to my friend for figuring this out for me. I hope this works for someone else?![]()