diff --git a/Jenkinsfile_CNP b/Jenkinsfile_CNP index b7c16bf6c94..ade158f64d2 100644 --- a/Jenkinsfile_CNP +++ b/Jenkinsfile_CNP @@ -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