diff options
Diffstat (limited to 'jjb/so/so-libs.yaml')
-rw-r--r-- | jjb/so/so-libs.yaml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/jjb/so/so-libs.yaml b/jjb/so/so-libs.yaml index faaeb60f9..f39545d26 100644 --- a/jjb/so/so-libs.yaml +++ b/jjb/so/so-libs.yaml @@ -10,8 +10,8 @@ stream: - 'master': branch: 'master' - - 'casablanca': - branch: 'casablanca' + - 'dublin': + branch: 'dublin' mvn-settings: 'so-libs-settings' # due to a strange macro / variable translation problem this needs to be # passed as a string block to properly get the properties correctly defined @@ -43,3 +43,11 @@ project-name: 'so-libs' branch: 'master' mvn-settings: 'so-libs-settings' + +- project: + name: so-libs-info + project-name: so-libs + jobs: + - gerrit-info-yaml-verify + project: so/libs + branch: master |