Skip to content

Commit e216995

Browse files
committed
Avoid CI failures pending reincrementalifization.
1 parent b414e3f commit e216995

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ for(i = 0; i < buildTypes.size(); i++) {
6363
dir(m2repo) {
6464
archiveArtifacts artifacts: "**/*$changelist/*$changelist*",
6565
excludes: '**/*.lastUpdated,**/jenkins-test/',
66+
allowEmptyArchive: true, // in case we forgot to reincrementalify
6667
fingerprint: true
6768
}
6869
}

0 commit comments

Comments
 (0)