diff --git a/Jenkinsfile b/Jenkinsfile
index 0a21e56ddb594607532975e4a25a0c9ff26d6ab1..3882b83ca38c64441ab57007f31de24cbbd038bc 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -158,6 +158,7 @@ pipeline {
       }
       steps {
         container('kubectl') {
+          unstash name: "target"
           withKubeConfig([credentialsId: '6ad93d41-e6fc-4462-b6bc-297e360784fd', serverUrl: 'https://api.okd-c1.eclipse.org:6443']) {
             sh '''
               DEPLOYMENT="$(k8s getFirst deployment "${NAMESPACE}" "app=${APP_NAME},environment=${ENVIRONMENT}")"