From 9a0481c9f00b29ce8d536271e2121e82f03df4d8 Mon Sep 17 00:00:00 2001 From: Amol Ghatol Date: Tue, 26 Dec 2017 00:27:42 +0530 Subject: [PATCH] Issue #24 chore:Sunbird auth package build --- keycloak/scripts/pipelines/keycloak-build/Jenkinsfile.dev | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/keycloak/scripts/pipelines/keycloak-build/Jenkinsfile.dev b/keycloak/scripts/pipelines/keycloak-build/Jenkinsfile.dev index 841be598..5b002c3b 100644 --- a/keycloak/scripts/pipelines/keycloak-build/Jenkinsfile.dev +++ b/keycloak/scripts/pipelines/keycloak-build/Jenkinsfile.dev @@ -18,7 +18,8 @@ node('build-slave') { } stage('Archive'){ - archiveArtifacts 'sunbird-auth/keycloak/scripts/ansible/sunbird_auth_1.0v.zip' + sh('cp sunbird-auth/keycloak/scripts/ansible/sunbird_auth_1.0v.zip .') + archiveArtifacts 'sunbird_auth_1.0v.zip' } } catch (err) {