From 9c6880637345c6a46f04f88869ee4bb535da1025 Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Tue, 23 Mar 2021 01:55:43 +0200 Subject: [PATCH] This is getting stupid --- kea_testing.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } } -- 2.2.2