summaryrefslogtreecommitdiff
path: root/jjb/yaml/glance-gateway-if-pipeline.yaml
diff options
context:
space:
mode:
authorCarlos Konstanski <ckonstanski@pippiandcarlos.com>2017-11-28 14:17:35 -0700
committerCarlos Konstanski <ckonstanski@pippiandcarlos.com>2017-11-28 14:17:35 -0700
commitee05c6885f8688c101a186690f716250d7aca657 (patch)
treecf29d6237ff6455471c1804ed14d45fadf2f7cf0 /jjb/yaml/glance-gateway-if-pipeline.yaml
parent184f021a36226f3b0c8dc7f85e440692808f02f8 (diff)
syncing up with vzw
Diffstat (limited to 'jjb/yaml/glance-gateway-if-pipeline.yaml')
-rw-r--r--jjb/yaml/glance-gateway-if-pipeline.yaml37
1 files changed, 0 insertions, 37 deletions
diff --git a/jjb/yaml/glance-gateway-if-pipeline.yaml b/jjb/yaml/glance-gateway-if-pipeline.yaml
deleted file mode 100644
index 2353d68..0000000
--- a/jjb/yaml/glance-gateway-if-pipeline.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
----
-- job:
- name: glance-gateway-gg-pipeline
- project-type: pipeline
- dsl: |
- pipeline {
- agent {
- node {
- label "master"
- }
- }
- stages {
- stage("checkout-manifests") {
- agent {
- node {
- label "glance_gateway"
- customWorkspace "workspace/glance-gateway"
- }
- }
- steps {
- git(poll: false, branch: "master", url: "git@pippiandcarlos.com:repos/glance-gateway.git")
- }
- }
- stage("update-images") {
- agent {
- node {
- label "glance_gateway"
- customWorkspace "workspace/image-foundry"
- }
- }
- steps {
- git(poll: false, branch: "master", url: "git@pippiandcarlos.com:repos/image-foundry.git")
- sh(script: "./glance-gateway.sh")
- }
- }
- }
- }