From 34cd874a5a789eaeb0fa8694c8ef8dcc92c3e71c Mon Sep 17 00:00:00 2001 From: codex Date: Tue, 21 Apr 2026 14:43:49 -0300 Subject: [PATCH] ci(metis): retry junit reporter install --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1fee8ba..3268c36 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -188,7 +188,6 @@ PY apt-get update >/dev/null apt-get install -y --no-install-recommends xz-utils >/dev/null mkdir -p build - go install github.com/jstemmer/go-junit-report/v2@latest export GOPROXY="${GOPROXY:-https://proxy.golang.org,direct}" retry_command() { attempts=4 @@ -209,6 +208,7 @@ PY attempt=$((attempt + 1)) done } + retry_command go install github.com/jstemmer/go-junit-report/v2@latest cd "${WORKSPACE}" docs_rc=1 quality_rc=1