Set start and stop for time resource

See gh-15164
This commit is contained in:
Madhura Bhave 2018-12-10 19:27:19 -08:00
parent edc1a4fb86
commit f1f26468bc
1 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,8 @@ resources:
- name: every-wednesday - name: every-wednesday
type: time type: time
source: source:
start: 8:00 PM
stop: 9:00 PM
days: [Wednesday] days: [Wednesday]
jobs: jobs:
- name: build-spring-boot-ci-images - name: build-spring-boot-ci-images