Commit 06bba3ecdbfbe080c97be7cbdaece2b7f4d1d0c1

Authored by George Vlahavas
1 parent 44665876e7

Add all files in api

Showing 1 changed file with 1 additions and 1 deletions

kea_testing.groovy View file @ 06bba3e
... ... @@ -23,7 +23,7 @@
23 23 stage('Checkout the source code') {
24 24 steps {
25 25 checkout scm
26   - stash includes: 'api', name: 'kea-api'
  26 + stash includes: 'api/*', name: 'kea-api'
27 27 }
28 28 }
29 29