From d7442b49c9d2c417088c425bb498c9fff74a406e 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 ccd4c2cf76b..87d1ee33e70 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') {