Commit 0009a3a0f9d21ed10675999951d57ed2d94bd6bb

Authored by George Vlahavas
1 parent 72ea9b61e5

Fix syntax (hopefully)

Showing 1 changed file with 1 additions and 1 deletions

kea_testing.groovy View file @ 0009a3a
... ... @@ -23,7 +23,7 @@
23 23 stage('Checkout the source code') {
24 24 steps {
25 25 checkout scm
26   - stash exclude: "CEPTD,MLTD,OD,elk_base.tar.gz" name: 'kea-api'
  26 + stash excludes: "CEPTD,MLTD,OD,elk_base.tar.gz", name: 'kea-api'
27 27 }
28 28 }
29 29