Commit 2ccd14e9d38eae9a77cd1c9586a924e48ff114db

Authored by George Vlahavas
1 parent 6eb1478ebe

Try stash/unstash

Showing 1 changed file with 2 additions and 0 deletions

kea_testing.groovy View file @ 2ccd14e
... ... @@ -24,11 +24,13 @@
24 24 steps {
25 25 checkout scm
26 26 }
  27 + stash 'kea-stash'
27 28 }
28 29  
29 30  
30 31 stage('Deploy Docker containers in DEV server') {
31 32 steps {
  33 + unstash 'kea-stash'
32 34 script {
33 35 docker.withServer("$DEPLOYMENT_HOST", "$DEPLOYMENT_HOST_CREDENTIALS") {
34 36 docker.withRegistry("$PRIVATE_REGISTRY" , 'artifactory') {