Hello Guys, it is really big problem when i try to use a webhook in Git or scripting call to jenkins [run WAR on Tomcat](i know it is unsuggested, but i dont care since i am doing a study of demo of project)
Jenkins 2.419, I tired so many way to fix it
- Stop CSRF Protection in config.xml on .jenkins file
- Use Jenkins-Crumb which get fromm xxxxx/crumbIssuer/api/xml?xpath=concat(//crumbRequestField,“:”,//crumb)
- Use API token with my jenkins user: Admin by Authorization:Basic xxxxxx in posting headers
But everything is not working, just get 403, so on and so on. then I check the security plugin by those two
- Matrix Authorization Strategy PluginVersion3.2.2 - I stopped it
- Script Security - for some genius sake it cannot be excluded as the button shows gray.
please help to tell me how i can turn it off just in case shut down that such Auth issue?
I dont know what eactly need to do and avoid this Auth issue. Have to say, pls leave me alone with Auth issue. really annoying right now
So please help then, thank you very much