diff options
Diffstat (limited to 'jjb/appc/appc-csit.yaml')
-rw-r--r-- | jjb/appc/appc-csit.yaml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/jjb/appc/appc-csit.yaml b/jjb/appc/appc-csit.yaml index 1a364df32..e257a8bc4 100644 --- a/jjb/appc/appc-csit.yaml +++ b/jjb/appc/appc-csit.yaml @@ -5,10 +5,13 @@ - '{project-name}-{stream}-verify-csit-{functionality}' - '{project-name}-{stream}-csit-{functionality}' project-name: 'appc' - stream: 'master' + stream: + - 'master': + branch: 'master' + - 'amsterdam': + branch: 'amsterdam' functionality: - 'healthcheck': trigger_jobs: - '{project-name}-{stream}-release-java-daily-checkstyle' robot-options: '' - branch: 'master' |