Skip to content

Commit

Permalink
Run JDK variants builds once a day
Browse files Browse the repository at this point in the history
  • Loading branch information
bclozel committed Apr 28, 2020
1 parent 54e6103 commit 0a9c768
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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" }
Expand Down Expand Up @@ -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" }
Expand Down Expand Up @@ -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" }
Expand Down

0 comments on commit 0a9c768

Please sign in to comment.