diff options
Diffstat (limited to 'jjb/yaml/deploy-dev-env.yaml')
| -rw-r--r-- | jjb/yaml/deploy-dev-env.yaml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/jjb/yaml/deploy-dev-env.yaml b/jjb/yaml/deploy-dev-env.yaml deleted file mode 100644 index 4bd3198..0000000 --- a/jjb/yaml/deploy-dev-env.yaml +++ /dev/null @@ -1,23 +0,0 @@ ---- -- job: - name: deploy-dev-env - display-name: "deploy-dev-env" - project-type: freestyle - description: "Uses the ansible playbook that was generated by the build-docker-containers job to deploy Openbook onto the development cluster." - node: openbook_v4 - properties: - - build-discarder: - days-to-keep: 0 - num-to-keep: 1 - artifact-days-to-keep: 0 - artifact-num-to-keep: 0 - triggers: - - timed: "H 1 * * *" - scm: - - git: - url: git@github.com:Talligent/openbook-v4-installer.git - branches: - - master - builders: - - shell: | - ./deploy-dev-env.sh |
