From efeb1f77f4e6386ade397623ae5252d8b86398de Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Tue, 23 Mar 2021 01:34:28 +0200 Subject: [PATCH] Put stash inside steps --- kea_testing.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kea_testing.groovy b/kea_testing.groovy index d6a6587..0b73f4e 100644 --- a/kea_testing.groovy +++ b/kea_testing.groovy @@ -23,8 +23,8 @@ pipeline { stage('Checkout the source code') { steps { checkout scm + stash 'kea-stash' } - stash 'kea-stash' } -- 2.2.2