Hi,
Is it possible to inspect the Gerrit changes by URLTrigger Plugin?
I tried this plugin to Inspect URL content of Jenkins lastSuccessfulBuild which works fine, but it never work for Gerrit changes, did I miss something?
Step1:-------------------setup configuration: ------------------------------------
[URLTrigger] - Poll with a URL
Basic Authentication
User: <my gerrit account, with admin access right>
Password: <my http password>
URL Response Check
Inspect URL content [checked]
Monitor a change of the content
Schedule: * * * * *
Step2:-------------------waiting for first polling, log: -------------------------------
...
Using Basic Authentication with the user 'xxx'
Capturing URL context. Waiting next schedule to check a change.
Capturing URL context. Waiting next schedule to check a change.
Polling complete. Took 58 ms.
Step3:-------------------push a new changes to Gerrit master branch , and submit-------------------------------
Step4:-------------------waiting for next polling, log: -------------------------------
...
Using Basic Authentication with the user 'xxx'
Polling complete. Took 58 ms.
Thanks.
BR/Yinyin