From 4f2afb5df10c198a7d396ff73272e861e4207101 Mon Sep 17 00:00:00 2001 From: S M Y Date: Wed, 13 Nov 2019 16:49:25 +0530 Subject: [PATCH] psql jar version compatible with keycloak 6 --- keycloak/scripts/pipelines/sunbird-auth-build/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keycloak/scripts/pipelines/sunbird-auth-build/Jenkinsfile b/keycloak/scripts/pipelines/sunbird-auth-build/Jenkinsfile index 72cc67d0..60395718 100644 --- a/keycloak/scripts/pipelines/sunbird-auth-build/Jenkinsfile +++ b/keycloak/scripts/pipelines/sunbird-auth-build/Jenkinsfile @@ -34,8 +34,8 @@ node('build-slave') { mkdir -p sunbird_auth_1.0v/providers mkdir -p sunbird_auth_1.0v/modules/system/layers/keycloak/org/postgresql/main mkdir -p sunbird_auth_1.0v/themes/sunbird/login - wget https://jdbc.postgresql.org/download/postgresql-42.2.5.jar - mv postgresql-42.2.5.jar sunbird_auth_1.0v/modules/system/layers/keycloak/org/postgresql/main + wget https://jdbc.postgresql.org/download/postgresql-9.4.1212.jar + mv postgresql-9.4.1212.jar sunbird_auth_1.0v/modules/system/layers/keycloak/org/postgresql/main cd keycloak/sms-provider mvn package cp target/keycloak-email-phone-autthenticator-1.0-SNAPSHOT.jar $WORKSPACE/sunbird_auth_1.0v/providers