diff options
Diffstat (limited to 'jjb/sdnc')
-rw-r--r-- | jjb/sdnc/sdnc-northbound.yaml | 1 | ||||
-rw-r--r-- | jjb/sdnc/sdnc-oam.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/jjb/sdnc/sdnc-northbound.yaml b/jjb/sdnc/sdnc-northbound.yaml index 9f0dc404c..e7307757d 100644 --- a/jjb/sdnc/sdnc-northbound.yaml +++ b/jjb/sdnc/sdnc-northbound.yaml @@ -26,6 +26,7 @@ name: sdnc-northbound-sonar jobs: - gerrit-maven-sonar + cron: 'H 11 * * *' build-node: ubuntu1604-basebuild-4c-4g project: 'sdnc/northbound' project-name: 'sdnc-northbound' diff --git a/jjb/sdnc/sdnc-oam.yaml b/jjb/sdnc/sdnc-oam.yaml index 7c098d72f..c35655170 100644 --- a/jjb/sdnc/sdnc-oam.yaml +++ b/jjb/sdnc/sdnc-oam.yaml @@ -24,6 +24,7 @@ name: sdnc-oam-sonar jobs: - gerrit-maven-sonar + cron: 'H 11 * * *' build-node: ubuntu1604-basebuild-4c-4g project: 'sdnc/oam' project-name: 'sdnc-oam' |