Skip to content

Commit 86a7275

Browse files
committed
Explicitly test for empty distribution test changelist
1 parent f154fea commit 86a7275

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,8 +472,13 @@ pipeline {
472472

473473
stage ('Distribution tests') {
474474
when {
475-
expression {
476-
!skipRemainingStages
475+
allOf {
476+
expression {
477+
!skipRemainingStages
478+
}
479+
expression {
480+
!changedDistributionTests.isEmpty()
481+
}
477482
}
478483
}
479484
agent { label 'linux && docker' }

0 commit comments

Comments
 (0)