diff options
-rw-r--r-- | jjb/releng-jobs.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/jjb/releng-jobs.yaml b/jjb/releng-jobs.yaml index 655660bb9..d73ef50b7 100644 --- a/jjb/releng-jobs.yaml +++ b/jjb/releng-jobs.yaml @@ -111,6 +111,12 @@ - gerrit-parameter: branch: 'master' + scm: + - gerrit-trigger-scm: + credentials-id: '{ssh-credentials}' + refspec: '' + choosing-strategy: 'default' + triggers: - timed: '@hourly' |