printBranchProtection 2

This commit is contained in:
Semyon Bezrukov 2024-09-13 13:20:11 +03:00
parent 501e12abbe
commit 5eea922d30

View File

@ -115,7 +115,6 @@ def printBranchProtection(String repo) {
-o output.json) -o output.json)
test \$HTTP_CODE -eq 200 test \$HTTP_CODE -eq 200
jq -r '.[] | [.branch_name] | @tsv' output.json jq -r '.[] | [.branch_name] | @tsv' output.json
jq '.' output.json
""", """,
returnStatus: true returnStatus: true
) == 0 ) == 0