From f568204c6125a75b4a537cea41ef0bbb1f85ed91 Mon Sep 17 00:00:00 2001 From: Ivan Fernandez Calvo Date: Mon, 14 Feb 2022 17:31:40 +0100 Subject: [PATCH] fix: report GitHub Check before the cache (#30372) (cherry picked from commit f7ddf9f8f68495074c6be410e1a1235c81231869) --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 60cdeec81de..a002723b6b3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -85,8 +85,8 @@ pipeline { GOFLAGS = '-mod=readonly' } steps { - stageStatusCache(id: 'Lint'){ - withGithubNotify(context: "Lint") { + withGithubNotify(context: "Lint") { + stageStatusCache(id: 'Lint'){ withBeatsEnv(archive: false, id: "lint") { dumpVariables() whenTrue(env.ONLY_DOCS == 'true') {