Commit efeb1f77f4e6386ade397623ae5252d8b86398de

Authored by George Vlahavas
1 parent 2ccd14e9d3

Put stash inside steps

Showing 1 changed file with 1 additions and 1 deletions

kea_testing.groovy View file @ efeb1f7
... ... @@ -23,8 +23,8 @@
23 23 stage('Checkout the source code') {
24 24 steps {
25 25 checkout scm
  26 + stash 'kea-stash'
26 27 }
27   - stash 'kea-stash'
28 28 }
29 29  
30 30