当前位置:   article > 正文

gerrit api使用curl方式

gerrit api

curl --digest -u username:password -X GET 'http://gerriturl/a/projects/项目名称/config'

password是gerrit上settings中的密码

项目名称中包含  / 记得用%2F代替

PUT请求

curl --digest -H "Content-Type: application/json" -u username:password -X PUT --data '{state=HIDDEN}' 'http://gerriturl/a/projects/项目名称/config'

本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/w/羊村懒王/article/detail/697100
推荐阅读
相关标签
  

闽ICP备14008679号