Skip to content

Commit

Permalink
CIV-10568 add jenkins file to point ccd and camunda PR
Browse files Browse the repository at this point in the history
  • Loading branch information
bhagyashreesharma90 committed Nov 14, 2023
1 parent e88e203 commit 0dbff8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import uk.gov.hmcts.contino.GithubAPI
def type = "java"
def product = "civil"
def component = "service"
def ccdBranch = "master"
def camundaBranch = "master"
def ccdBranch = "feat/CIV-10568"
def camundaBranch = "feat/CIV-10568"
def yarnBuilder = new uk.gov.hmcts.contino.YarnBuilder(this)

AppPipelineConfig pipelineConf
Expand Down

0 comments on commit 0dbff8b

Please sign in to comment.