From 446bdcc8b4493133cc379be40685575986bf995a Mon Sep 17 00:00:00 2001 From: Jenny Li Date: Thu, 9 Dec 2021 10:09:07 +0800 Subject: [PATCH] [skip ci] Remove space based on Jenkinsfile lint (#13028) Signed-off-by: Jenny Li --- build/ci/jenkins/PR.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ci/jenkins/PR.groovy b/build/ci/jenkins/PR.groovy index c75debbe0..20d37a230 100644 --- a/build/ci/jenkins/PR.groovy +++ b/build/ci/jenkins/PR.groovy @@ -75,7 +75,7 @@ pipeline { } - stage ('Install & E2E Test') { + stage('Install & E2E Test') { matrix { axes { axis { -- GitLab