Skip to content

Commit

Permalink
Issue #SB-000 fix: Change domain name
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinaya Kumar B committed Dec 10, 2018
1 parent f43a285 commit 26f3d69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pipeline {
environment {
sunbird_api_key = "${sunbird_api_keys}"
content_store_api_base_url = "https://dev.open-sunbird.org/api"
content_store_api_base_url = "https://dev.sunbirded.org/api"
content_store_api_key="${sunbird_api_keys}"
sunbird_cassandra_host = "10.10.4.4"
sunbird_cassandra_port = "9042"
Expand All @@ -14,8 +14,8 @@ pipeline {
sunbird_es_host = "10.10.3.7"
sunbird_es_port = "9300"
sunbird_es_index = "searchindex"
sunbird_test_base_url = "https://dev.open-sunbird.org"
sunbird_sso_url="https://dev.open-sunbird.org/auth"
sunbird_test_base_url = "https://dev.sunbirded.org"
sunbird_sso_url="https://dev.sunbirded.org/auth"
sunbird_username="[email protected]"
sunbird_password="password"
sunbird_default_channel="ft_channel_01"
Expand Down

0 comments on commit 26f3d69

Please sign in to comment.