Files
kubernetes/hack/jenkins/job-builder-image/Makefile
Joe Finney 1bc9980f29 Allow source-controlled Jenkins job configs.
Job configs are stored in YAML files in hack/jenkins/job-configs in the
format used by Jenkins Job Builder. A docker container running on
Jenkins fetches job configs every fifteen minutes and updates Jenkins.
2015-12-04 16:23:30 -08:00

6 lines
159 B
Makefile

TAG = 1
all:
docker build -t gcr.io/google_containers/kubekins-job-builder:$(TAG) .
gcloud docker push gcr.io/google_containers/kubekins-job-builder:$(TAG)