From 15dc6325c01697529aa6496a60ccdf4598d7721d Mon Sep 17 00:00:00 2001 From: yanavasileva Date: Fri, 18 Nov 2022 08:56:12 +0100 Subject: [PATCH] chore(ci): exclude rest docs from wls-compatibility stage Related to #2955 Co-authored-by: Miklas Boskamp <20189772+mboskamp@users.noreply.github.com> --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9c295bb1a33..fd4f799f641 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -506,7 +506,7 @@ pipeline { cambpmConditionalRetry([ agentLabel: 'h2', runSteps: { - cambpmRunMaven('.', 'clean verify -Pcheck-engine,wls-compatibility,jersey2', runtimeStash: true) + cambpmRunMaven('.', 'clean verify -pl !engine-rest/docs/ -Pcheck-engine,wls-compatibility,jersey2', runtimeStash: true) }, postFailure: { cambpmPublishTestResult()