Я получаю следующую ошибку при попытке запуска задания Jenkins у любого клиента REST
Authentication required <!-- You are authenticated as: anonymous Groups that you are in: Permission you need to have (but didn't): hudson.model.Hudson.Read ... which is implied by: hudson.security.Permission.GenericRead ... which is implied by: hudson.model.Hudson.Administer --> </body> </html>
Запрос запускается при использовании curl из терминала
Я использую следующий синтаксис
http://user:[email protected]/job/your_job/build?token=TOKEN[ref: https://wiki.jenkins-ci.org/display/JENKINS/Authenticating+scripted+clients]
т. curl -X POST http://user:[email protected]/job/your_job/build?token=TOKEN