Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CCD-6654 enable ES for FTA testing
  • Loading branch information
markdathornehmcts committed Sep 2, 2025
commit e204c955dd8519e6899e100188fa568470356c10
2 changes: 1 addition & 1 deletion Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def app = "definition-store-api"
def branchesToSync = ['demo', 'ithc', 'perftest', 'develop']

// Variables to switch pipeline logic and wiring per type of build
def definitionStoreDevelopPr = "PR-575" // This doesn't change frequently, but when it does, only change this value.
def definitionStoreDevelopPr = "PR-1574" // This doesn't change frequently, but when it does, only change this value.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to be reverted prior to merge


def secrets = [
'ccd-${env}': [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ java:
# enable whenever required and provide host url to match with corresponding data-store-api
ELASTIC_SEARCH_ENABLED: true

ELASTIC_SEARCH_HOST: ccd-data-store-api-pr-1260-es-master
ELASTIC_SEARCH_HOST: ccd-data-store-api-pr-2620-es-master
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to be reverted before merging


USER_PROFILE_HOST: http://ccd-user-profile-api-pr-399-java

Expand Down