Skip to content

CCD-6185 use ccd-data-store-api 2546 #1536

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from 30 commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
769a0f1
use ccd-data-store-api-pr-2525-es-master
patelila Feb 17, 2025
4ea87e0
Version of java helm chart below 5.3.0 is deprecated
patelila Feb 24, 2025
21ce979
Bumping chart version/ fixing aliases
hmcts-jenkins-a-to-c[bot] Feb 24, 2025
404f1bb
uses oci://hmctspublic.azurecr.io/helm
patelila Feb 25, 2025
1d0f9b9
empty commit to trigger build
patelila Feb 25, 2025
9bfdcd3
empty commit to trigger build
patelila Feb 25, 2025
73ae185
empty commit to trigger build
patelila Feb 25, 2025
938dc3b
ccd-5330
patelila Mar 3, 2025
7ad2ab7
empty commit to trigger build
patelila Mar 4, 2025
79a4b9f
empty commit to trigger build
patelila Mar 4, 2025
e9c0567
empty commit to trigger build
patelila Mar 5, 2025
b6aeb3c
ccd-test-def version change
patelila Mar 5, 2025
0a71553
empty commit to trigger build
patelila Mar 5, 2025
149eaa4
config change
patelila Mar 5, 2025
fcb9323
empty commit to trigger build
patelila Mar 7, 2025
9ed785e
Merge branch 'CCD-5331_Extend_OrganisationPolicy_newCase_attribute' i…
patelila Mar 7, 2025
f148c2e
empty commit to trigger build
patelila Mar 10, 2025
5c07075
Merge branch 'CCD-5331_Extend_OrganisationPolicy_newCase_attribute' i…
patelila Mar 10, 2025
171e4e2
use -2543-es-master instead of -2520-es-master
patelila Mar 10, 2025
30d2608
empty commit to trigger build
patelila Mar 11, 2025
33def05
empty commit to trigger build
patelila Mar 11, 2025
fe8fad5
empty commit to trigger build
patelila Mar 11, 2025
72024b9
empty commit to trigger build
patelila Mar 11, 2025
47d064f
use ccd-data-store-api 2546
patelila Mar 14, 2025
883b15d
use ccd-definition-store-api 1536
patelila Mar 14, 2025
fa87dba
empty commit to trigger build
patelila Mar 14, 2025
1546d88
use ccd-data-store pr-2549
patelila Mar 19, 2025
440bbcd
empty commit to trigger build
patelila Mar 19, 2025
cb995fc
empty commit to trigger build
patelila Mar 19, 2025
9e72d37
empty commit to trigger build
patelila May 13, 2025
a3922df
use version 7.26.2-prerelease-CCD-5329 for ccd-test-definition
patelila May 13, 2025
2f79dfb
empty commit to trigger build
patelila May 13, 2025
fe16005
Changes as in CCD-5331
patelila May 13, 2025
c1245f7
Merge branch 'CCD-5331_Extend_OrganisationPolicy_newCase_attribute' i…
patelila May 16, 2025
69d2948
Update main.tf
patelila May 19, 2025
adafee2
same as master
patelila May 19, 2025
000793b
Merge branch 'CCD-5331_Extend_OrganisationPolicy_newCase_attribute' i…
patelila May 29, 2025
b454351
empty commit to trigger build
patelila May 29, 2025
3b58cb6
Update main.tf
patelila May 29, 2025
7af6ce8
empty commit to trigger build
patelila May 29, 2025
d259650
Merge remote-tracking branch 'origin/CCD-5329_CCD-6185_supplementaryD…
patelila May 29, 2025
4383f3a
empty commit to trigger build
patelila May 29, 2025
24a31b3
empty commit to trigger build
patelila May 29, 2025
850dcfe
empty commit to trigger build
patelila May 29, 2025
66fc96e
empty commit to trigger build
patelila May 29, 2025
18cdd50
empty commit to trigger build
patelila May 29, 2025
10e6d8a
empty commit to trigger build
patelila May 29, 2025
9e9af47
empty commit to trigger build
patelila May 29, 2025
a3e285d
empty commit to trigger build
patelila May 30, 2025
d53b4c6
empty commit to trigger build
patelila May 30, 2025
cf8f87e
empty commit to trigger build
patelila May 30, 2025
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
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-1529" // This doesn't change frequently, but when it does, only change this value.
def definitionStoreDevelopPr = "PR-1536" // This doesn't change frequently, but when it does, only change this value.

def secrets = [
'ccd-${env}': [
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ext['postgresql.version'] = '42.7.3'
ext['log4j2.version'] = '2.17.1'
//overriding for easy access to the version for FT testing
ext['beftaFwVersion'] = '9.2.3'
ext['ccdTestDefinitionVersion'] = '7.26.1'
ext['ccdTestDefinitionVersion'] = '7.26.1-prerelease-CCD-5329'

// end

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-2520-es-master
ELASTIC_SEARCH_HOST: ccd-data-store-api-pr-2549-es-master

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

Expand Down