Skip to content

Commit 9a8bd54

Browse files
authored
Merge pull request #820 from hmcts/AM-2984_v15_Migration_ITHC_Unsync
AM-2984 Connect to v15 JBS ITHC - Remove 'ithc' from git branchesToSync
2 parents 29b5a75 + f618875 commit 9a8bd54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile_CNP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def vaultOverrides = [
3232
def secrets = []
3333

3434
// Configure branches to sync with master branch
35-
def branchesToSync = ['demo', 'perftest', 'ithc']
35+
def branchesToSync = ['demo', 'perftest']
3636

3737
withPipeline(type, product, component) {
3838
onMaster {

0 commit comments

Comments
 (0)