From bd08cb95a748aa4d346bbd454b2294425095646c Mon Sep 17 00:00:00 2001 From: tangfangzhi Date: Thu, 15 Sep 2022 17:40:40 +0800 Subject: [PATCH] ci: remove changeRequest in Jenkinsfile2 --- Jenkinsfile2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/Jenkinsfile2 b/Jenkinsfile2 index 0ca51b0366..58d10c5318 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -174,7 +174,6 @@ pipeline { stage ('build docs') { when { allOf { - changeRequest() { expression { env.CHANGE_BRANCH =~ /docs\// }} } } @@ -195,7 +194,6 @@ pipeline { options { skipDefaultCheckout() } when { allOf { - changeRequest() not { expression { env.CHANGE_BRANCH =~ /docs\// }} } } @@ -247,7 +245,6 @@ pipeline { options { skipDefaultCheckout() } when { allOf { - changeRequest() not { expression { env.CHANGE_BRANCH =~ /docs\// }} } } -- GitLab