From 06bba3ecdbfbe080c97be7cbdaece2b7f4d1d0c1 Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Tue, 23 Mar 2021 01:52:02 +0200 Subject: [PATCH] Add all files in api --- kea_testing.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } } -- 2.2.2