Skip to content

Commit

Permalink
chore(ci): exclude rest docs from wls-compatibility stage
Browse files Browse the repository at this point in the history
Related to #2955

Co-authored-by: Miklas Boskamp <20189772+mboskamp@users.noreply.github.com>
  • Loading branch information
yanavasileva and mboskamp committed Nov 18, 2022
1 parent 1566529 commit 15dc632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -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()
Expand Down

0 comments on commit 15dc632

Please sign in to comment.