diff options
-rw-r--r-- | jjb/cps/cps.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/jjb/cps/cps.yaml b/jjb/cps/cps.yaml index cecfb790d..107b32be7 100644 --- a/jjb/cps/cps.yaml +++ b/jjb/cps/cps.yaml @@ -54,8 +54,10 @@ stream: - 'master': branch: 'master' + - 'istanbul': + branch: 'istanbul' - 'honolulu': - branch: 'honolulu' + branch: 'honolulu' mvn-settings: 'cps-settings' files: '**' archive-artifacts: '' |