Commit 9c6880637345c6a46f04f88869ee4bb535da1025

Authored by George Vlahavas
1 parent 06bba3ecdb

This is getting stupid

Showing 1 changed file with 1 additions and 1 deletions

kea_testing.groovy View file @ 9c68806
... ... @@ -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