
This change implements the basic skeleton to create a new repo for the OSA connection plugin. This change will allow the connection plugin to be installed standalone, and maintained by a larger community. This change has pruned the git history so that all of the old history and commiters record for the connection plugin remains intact. Signed-off-by: Kevin Carter <kevin@cloudnull.com>
15 lines
396 B
YAML
15 lines
396 B
YAML
---
|
|
- project-template:
|
|
check:
|
|
jobs:
|
|
- ansible-connection-plugin-centos-7-molecule-docker
|
|
gate:
|
|
jobs:
|
|
- ansible-connection-plugin-centos-7-molecule-docker
|
|
name: ansible-connection-plugin-molecule-jobs
|
|
- job:
|
|
name: ansible-connection-plugin-centos-7-molecule-docker
|
|
parent: ansible-connection-plugin-centos-7-base
|
|
vars:
|
|
container_tech: docker
|