From 16032a9c9a3aef874f84280dc8d7f0ea30d91ad4 Mon Sep 17 00:00:00 2001 From: G33tha Date: Fri, 5 Apr 2019 11:54:12 +0530 Subject: [PATCH] changing url to azure blob --- keycloak/scripts/pipelines/sunbird-auth-build/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keycloak/scripts/pipelines/sunbird-auth-build/Jenkinsfile b/keycloak/scripts/pipelines/sunbird-auth-build/Jenkinsfile index 6505b047..8897c7ad 100644 --- a/keycloak/scripts/pipelines/sunbird-auth-build/Jenkinsfile +++ b/keycloak/scripts/pipelines/sunbird-auth-build/Jenkinsfile @@ -29,7 +29,7 @@ node('build-slave') { stage('Build') { sh """ mkdir sunbird_auth_1.0v - wget https://downloads.jboss.org/keycloak/3.2.0.Final/keycloak-3.2.0.Final.tar.gz + wget https://sunbirdpublic.blob.core.windows.net/installation/keycloak-3.2.0.Final.tar.gz tar -xvf keycloak-3.2.0.Final.tar.gz --strip 1 -C sunbird_auth_1.0v mkdir -p sunbird_auth_1.0v/providers mkdir -p sunbird_auth_1.0v/modules/system/layers/keycloak/org/postgresql/main