You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Develop a program that uses the Buildkite GraphQL API to import all builds for a given job to Firebase. This should be idempotent. The program will run on a schedule and constantly update Firestore with the latest builds from Buildkite.
Name
Description
buildId
unique identifier of the build
buildDate
date the build was started
buildQueued
the amount of time the build spent waiting to execute
buildDuration
the amount of time the build took to execute (does not include queue time)
Develop a program that uses the Buildkite GraphQL API to import all builds for a given job to Firebase. This should be idempotent. The program will run on a schedule and constantly update Firestore with the latest builds from Buildkite.
https://gist.github.com/bootstraponline/f2f76d746233a3281e2d86e93d7508e1
The text was updated successfully, but these errors were encountered: