Browse Source

Run JDK variants builds once a day

See gh-22490
pull/24989/head
Brian Clozel 5 years ago
parent
commit
0a9c768b81
  1. 12
      ci/pipeline.yml

12
ci/pipeline.yml

@ -28,6 +28,12 @@ resources: @@ -28,6 +28,12 @@ resources:
username: ((github-username))
password: ((github-password))
branch: ((branch))
- name: every-morning
type: time
source:
start: 8:00 AM
stop: 9:00 AM
location: Europe/Vienna
- name: ci-images-git-repo
type: git
icon: github-circle
@ -200,7 +206,7 @@ jobs: @@ -200,7 +206,7 @@ jobs:
public: true
plan:
- get: spring-framework-jdk11-ci-image
- get: git-repo
- get: every-morning
trigger: true
- put: repo-status-jdk11-build
params: { state: "pending", commit: "git-repo" }
@ -232,7 +238,7 @@ jobs: @@ -232,7 +238,7 @@ jobs:
public: true
plan:
- get: spring-framework-jdk14-ci-image
- get: git-repo
- get: every-morning
trigger: true
- put: repo-status-jdk14-build
params: { state: "pending", commit: "git-repo" }
@ -264,7 +270,7 @@ jobs: @@ -264,7 +270,7 @@ jobs:
public: true
plan:
- get: spring-framework-jdk15-ci-image
- get: git-repo
- get: every-morning
trigger: true
- put: repo-status-jdk15-build
params: { state: "pending", commit: "git-repo" }

Loading…
Cancel
Save