Commit 72ea9b61e5ea2f66ae4a5fd21d252040f1d4b3f7

Authored by George Vlahavas
1 parent 9c68806373

Another stash test

Showing 1 changed file with 2 additions and 2 deletions

kea_testing.groovy View file @ 72ea9b6
... ... @@ -23,14 +23,14 @@
23 23 stage('Checkout the source code') {
24 24 steps {
25 25 checkout scm
26   - stash includes: 'api/*/*/*/*/*/*/*/*/*/*', name: 'kea-api'
  26 + stash exclude: "CEPTD,MLTD,OD,elk_base.tar.gz" name: 'kea-api'
27 27 }
28 28 }
29 29  
30 30  
31 31 stage('Deploy Docker containers in DEV server') {
32 32 steps {
33   - unstash 'kea-api'
  33 + unstash name: 'kea-api'
34 34 script {
35 35 docker.withServer("$DEPLOYMENT_HOST", "$DEPLOYMENT_HOST_CREDENTIALS") {
36 36 docker.withRegistry("$PRIVATE_REGISTRY" , 'artifactory') {