Skip to content

Commit

Permalink
Merge pull request #75 from MasterAlt/SC-1271
Browse files Browse the repository at this point in the history
PSQL Jar compatibility issue fix for keycloak migration to version 6
  • Loading branch information
AMIT KUMAR authored Nov 14, 2019
2 parents 1f4d088 + 4f2afb5 commit c050efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keycloak/scripts/pipelines/sunbird-auth-build/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c050efd

Please sign in to comment.