Skip to content

Commit

Permalink
Issue Sunbird-Lern#24 chore:Sunbird auth package build
Browse files Browse the repository at this point in the history
  • Loading branch information
ahghatol committed Dec 25, 2017
1 parent 581774d commit 9a0481c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion keycloak/scripts/pipelines/keycloak-build/Jenkinsfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 9a0481c

Please sign in to comment.