Commit 44665876e70b722caace4cd3596b830d6b4b0f85

Authored by George Vlahavas
1 parent efeb1f77f4

Try stashing only api

Showing 1 changed file with 2 additions and 2 deletions

kea_testing.groovy View file @ 4466587
... ... @@ -23,14 +23,14 @@
23 23 stage('Checkout the source code') {
24 24 steps {
25 25 checkout scm
26   - stash 'kea-stash'
  26 + stash includes: 'api', 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-stash'
  33 + unstash 'kea-api'
34 34 script {
35 35 docker.withServer("$DEPLOYMENT_HOST", "$DEPLOYMENT_HOST_CREDENTIALS") {
36 36 docker.withRegistry("$PRIVATE_REGISTRY" , 'artifactory') {