Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sherlynkhaw committed Oct 25, 2024
1 parent 41afadf commit f423ea6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import uk.gov.hmcts.contino.GithubAPI
def type = "nodejs"
def product = "civil"
def component = "citizen-ui"
def camundaBranch = "master"
def camundaBranch = "feat/CIV-15279"
def dmnBranch = "master"
def waStandaloneBranch = "master"
def ccdBranch = "master"
def ccdBranch = "feat/CIV-15279"
def generalappCCDBranch = "master"
AppPipelineConfig pipelineConf

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ civil-service:
java:
applicationPort: 4000
releaseNameOverride: ${SERVICE_NAME}-civil-service
image: 'hmctspublic.azurecr.io/civil/service:latest'
image: 'hmctspublic.azurecr.io/civil/service:pr-5727'
imagePullPolicy: Always
ingressHost: ${SERVICE_NAME}-civil-service.preview.platform.hmcts.net
devcpuRequests: 500m
Expand Down

0 comments on commit f423ea6

Please sign in to comment.