其他分享
首页 > 其他分享> > gerrit commandline 修改label

gerrit commandline 修改label

作者:互联网

我司gerrit 在gerrit review的流程上用js 定制了一堆precheck的checkbox,有时候遇上浏览器抽风,或者gerrit 流程顺序不对,导致label不能在gerrit界面上手动修改,时间紧急只好用命令行

修改gerrit label,记录下命令:

ssh -p 29418 ${GERRIT_USERNAME}@${GERRIT_ADDRESS} gerrit review ${GERRIT_CHANGE_NUMBER},${GERRIT_PATCHSET_NUMBER} --label $Label=${VAULE}

标签:commandline,NUMBER,GERRIT,修改,label,review,gerrit
来源: https://www.cnblogs.com/wawaolala/p/14962987.html