ansible/.drone.yml

217 lines
4.6 KiB
YAML
Raw Normal View History

2018-02-22 20:43:39 +00:00
pipeline:
2019-05-24 16:06:01 +00:00
build-ubuntu-18:
group: build
image: plugins/docker
repo: lerentis/ansible
tag: ubuntu-18.04
dockerfile: ubuntu-18.04/Dockerfile
dry_run: true
when:
event: [ push, pull_request ]
2018-02-22 20:43:39 +00:00
build-ubuntu-16:
group: build
image: plugins/docker
repo: lerentis/ansible
tag: ubuntu-16.04
dockerfile: ubuntu-16.04/Dockerfile
dry_run: true
when:
event: [ push, pull_request ]
build-ubuntu-14:
group: build
image: plugins/docker
repo: lerentis/ansible
tag: ubuntu-14.04
dockerfile: ubuntu-14.04/Dockerfile
dry_run: true
when:
event: [ push, pull_request ]
build-fedora-24:
group: build
image: plugins/docker
repo: lerentis/ansible
tag: fedora-24
dockerfile: fedora-24/Dockerfile
dry_run: true
when:
event: [ push, pull_request ]
build-alpine-3:
group: build
image: plugins/docker
repo: lerentis/ansible
tag: alpine-3
dockerfile: alpine-3/Dockerfile
dry_run: true
when:
event: [ push, pull_request ]
build-debian-8:
group: build
image: plugins/docker
repo: lerentis/ansible
tag: debian-8
dockerfile: debian-8/Dockerfile
dry_run: true
when:
event: [ push, pull_request ]
build-debian-7:
group: build
image: plugins/docker
repo: lerentis/ansible
tag: debian-7
dockerfile: debian-8/Dockerfile
dry_run: true
when:
event: [ push, pull_request ]
build-centos-7:
group: build
image: plugins/docker
repo: lerentis/ansible
tag: centos-7
dockerfile: centos-7/Dockerfile
dry_run: true
when:
event: [ push, pull_request ]
build-arch:
group: build
image: plugins/docker
repo: lerentis/ansible
tag: arch
dockerfile: arch/Dockerfile
dry_run: true
when:
event: [ push, pull_request ]
2019-05-24 16:06:01 +00:00
build-ubuntu-18-publish:
2019-05-24 16:33:20 +00:00
group: release
2019-05-24 16:06:01 +00:00
image: plugins/docker
repo: lerentis/ansible
tag: ubuntu-18.04
dockerfile: ubuntu-18.04/Dockerfile
2019-05-24 16:33:20 +00:00
username:
from_secret: docker_username
password:
from_secret: docker_password
2019-05-24 16:06:01 +00:00
when:
event: [ tag ]
2018-02-22 20:43:39 +00:00
build-ubuntu-16-publish:
2019-05-24 16:33:20 +00:00
group: release
2018-02-22 20:43:39 +00:00
image: plugins/docker
repo: lerentis/ansible
tag: ubuntu-16.04
dockerfile: ubuntu-16.04/Dockerfile
2019-05-24 16:33:20 +00:00
username:
from_secret: docker_username
password:
from_secret: docker_password
2018-02-22 20:43:39 +00:00
when:
event: [ tag ]
build-ubuntu-14-publish:
2019-05-24 16:33:20 +00:00
group: release
2018-02-22 20:43:39 +00:00
image: plugins/docker
repo: lerentis/ansible
tag: ubuntu-14.04
dockerfile: ubuntu-14.04/Dockerfile
2019-05-24 16:33:20 +00:00
username:
from_secret: docker_username
password:
from_secret: docker_password
2018-02-22 20:43:39 +00:00
when:
event: [ tag ]
build-fedora-24-publish:
2019-05-24 16:33:20 +00:00
group: release
2018-02-22 20:43:39 +00:00
image: plugins/docker
repo: lerentis/ansible
tag: fedora-24
dockerfile: fedora-24/Dockerfile
2019-05-24 16:33:20 +00:00
username:
from_secret: docker_username
password:
from_secret: docker_password
2018-02-22 20:43:39 +00:00
when:
event: [ tag ]
build-alpine-3-publish:
2019-05-24 16:33:20 +00:00
group: release
2018-02-22 20:43:39 +00:00
image: plugins/docker
repo: lerentis/ansible
tag: alpine-3
dockerfile: alpine-3/Dockerfile
2019-05-24 16:33:20 +00:00
username:
from_secret: docker_username
password:
from_secret: docker_password
2018-02-22 20:43:39 +00:00
when:
event: [ tag ]
build-debian-8-publish:
2019-05-24 16:33:20 +00:00
group: release
2018-02-22 20:43:39 +00:00
image: plugins/docker
repo: lerentis/ansible
tag: debian-8
dockerfile: debian-8/Dockerfile
2019-05-24 16:33:20 +00:00
username:
from_secret: docker_username
password:
from_secret: docker_password
2018-02-22 20:43:39 +00:00
when:
event: [ tag ]
build-debian-7-publish:
2019-05-24 16:33:20 +00:00
group: release
2018-02-22 20:43:39 +00:00
image: plugins/docker
repo: lerentis/ansible
tag: debian-7
dockerfile: debian-8/Dockerfile
2019-05-24 16:33:20 +00:00
username:
from_secret: docker_username
password:
from_secret: docker_password
2018-02-22 20:43:39 +00:00
when:
event: [ tag ]
build-centos-7-publish:
2019-05-24 16:33:20 +00:00
group: release
2018-02-22 20:43:39 +00:00
image: plugins/docker
repo: lerentis/ansible
tag: centos-7
dockerfile: centos-7/Dockerfile
2019-05-24 16:33:20 +00:00
username:
from_secret: docker_username
password:
from_secret: docker_password
2018-02-22 20:43:39 +00:00
when:
event: [ tag ]
build-arch-publish:
2019-05-24 16:33:20 +00:00
group: release
2018-02-22 20:43:39 +00:00
image: plugins/docker
repo: lerentis/ansible
tag: arch
dockerfile: arch/Dockerfile
2019-05-24 16:33:20 +00:00
username:
from_secret: docker_username
password:
from_secret: docker_password
2018-02-22 20:43:39 +00:00
when:
2018-02-22 20:45:27 +00:00
event: [ tag ]
2018-02-22 20:59:07 +00:00
telegram:
image: appleboy/drone-telegram
token: 335668211:AAF-YgId7iI6ANBuZVy4uVOYYqA4R4uAaqY
to: 14852963
message: Commit {{ commit.link }} ran with build {{ build.number }} and finished with status {{ build.status }}.
when:
status: [ failure, success ]