-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
I shared a curl command to trigger a build via a slack channel. When slack tried to preview the url, it kicked off a build. I don't think GET requests should be triggering builds.
I shared a curl command to trigger a build via a slack channel. When slack tried to preview the url, it kicked off a build. I don't think GET requests should be triggering builds.
For historical reasons and as a convenience, build tokens in Jenkins core are accepted from GET requests. (If you authenticate to get Item/Build access to the project, you must POST.) So this plugin merely follows suit.