We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5551bf4 commit b9635f2Copy full SHA for b9635f2
wiki/triggering-jenkins-jobs.md
@@ -28,6 +28,9 @@ authentication type works. BASIC_AUTH can also be used.
28
### userName & password
29
The username and password Eiffel Intelligence will use in headers of the HTTP
30
request when sending a notification via HTTP POST.
31
+As improved CSRF protection provided since Jenkins version 2.176.2, it is recommended that to set this Password/Token field
32
+as an API token and not Jenkins user password. Click [here](https://www.jenkins.io/doc/upgrade-guide/2.176/#SECURITY-626)
33
+to see Jenkins upgrade guides regarding this improvement.
34
35
### notificationMeta
36
Which url to use for the HTTP POST request. This url contains parameters to
0 commit comments