From 5eea922d307d43c2a6ca51494e52cf6a9dc62c4e Mon Sep 17 00:00:00 2001 From: Semyon Bezrukov Date: Fri, 13 Sep 2024 13:20:11 +0300 Subject: [PATCH] printBranchProtection 2 --- gitea.jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/gitea.jenkinsfile b/gitea.jenkinsfile index dcad621..ac26445 100644 --- a/gitea.jenkinsfile +++ b/gitea.jenkinsfile @@ -115,7 +115,6 @@ def printBranchProtection(String repo) { -o output.json) test \$HTTP_CODE -eq 200 jq -r '.[] | [.branch_name] | @tsv' output.json - jq '.' output.json """, returnStatus: true ) == 0