+++ /dev/null
-#!/bin/bash
-
-# propagates the change in the necessary Ansible Galaxy repos.
-# i.e. https://github.com/ceph/ansible-ceph-common
-bash "$WORKSPACE"/ceph-ansible/contrib/push-roles-to-ansible-galaxy.sh
+++ /dev/null
-- job:
- name: ceph-ansible-galaxy
- node: small && trusty
- project-type: freestyle
- defaults: global
- display-name: 'ceph-ansible: Update galaxy roles'
- quiet-period: 5
- block-downstream: false
- block-upstream: false
- retry-count: 3
- properties:
- - build-discarder:
- days-to-keep: -1
- num-to-keep: -1
- artifact-days-to-keep: -1
- artifact-num-to-keep: -1
- - github:
- url: https://github.com/ceph/ceph-ansible
-
- triggers:
- - github
-
- scm:
- - git:
- url: https://github.com/ceph/ceph-ansible.git
- branches:
- - master
- browser: auto
- basedir: "ceph-ansible"
- timeout: 20
-
- builders:
- - shell:
- !include-raw:
- - ../../../scripts/build_utils.sh
- - ../../build/build
-
- wrappers:
- - ssh-agent-credentials:
- # "jenkins-build" SSH key, needed for access to ceph-ansible.git
- users:
- - '39fa150b-b2a1-416e-b334-29a9a2c0b32d'