diff --git a/kea_testing.groovy b/kea_testing.groovy index b4b42d3..6128da4 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' } }