diff --git a/kea_testing.groovy b/kea_testing.groovy index 6128da4..be97f23 100644 --- a/kea_testing.groovy +++ b/kea_testing.groovy @@ -23,7 +23,7 @@ pipeline { stage('Checkout the source code') { steps { checkout scm - stash includes: 'api/*', name: 'kea-api' + stash includes: 'api/*/*/*/*/*/*/*/*/*/*', name: 'kea-api' } }