trying new style again

This commit is contained in:
Tobias Trabelsi 2019-05-25 17:22:20 +02:00
parent 46340b6942
commit 120fd5ba1f

View File

@ -1,216 +1,251 @@
pipeline: ---
kind: pipeline
name: ansible-containers
build-ubuntu-18: concurrency:
group: build limit: 9
steps:
- name: build-ubuntu-18
image: plugins/docker image: plugins/docker
repo: lerentis/ansible settings:
tag: ubuntu-18.04
dockerfile: ubuntu-18.04/Dockerfile dockerfile: ubuntu-18.04/Dockerfile
dry_run: true dry_run: true
when:
event: [ push, pull_request ]
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 ]
build-ubuntu-18-publish:
group: release
image: plugins/docker
repo: lerentis/ansible repo: lerentis/ansible
tag: ubuntu-18.04 tag: ubuntu-18.04
dockerfile: ubuntu-18.04/Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password
when: when:
event: [ tag ] event:
- push
- pull_request
build-ubuntu-16-publish: - name: build-ubuntu-16
group: release
image: plugins/docker image: plugins/docker
settings:
dockerfile: ubuntu-16.04/Dockerfile
dry_run: true
repo: lerentis/ansible repo: lerentis/ansible
tag: ubuntu-16.04 tag: ubuntu-16.04
dockerfile: ubuntu-16.04/Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password
when: when:
event: [ tag ] event:
- push
- pull_request
build-ubuntu-14-publish: - name: build-ubuntu-14
group: release
image: plugins/docker image: plugins/docker
settings:
dockerfile: ubuntu-14.04/Dockerfile
dry_run: true
repo: lerentis/ansible repo: lerentis/ansible
tag: ubuntu-14.04 tag: ubuntu-14.04
dockerfile: ubuntu-14.04/Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password
when: when:
event: [ tag ] event:
- push
- pull_request
build-fedora-24-publish: - name: build-fedora-24
group: release
image: plugins/docker image: plugins/docker
settings:
dockerfile: fedora-24/Dockerfile
dry_run: true
repo: lerentis/ansible repo: lerentis/ansible
tag: fedora-24 tag: fedora-24
dockerfile: fedora-24/Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password
when: when:
event: [ tag ] event:
- push
- pull_request
build-alpine-3-publish: - name: build-alpine-3
group: release
image: plugins/docker image: plugins/docker
settings:
dockerfile: alpine-3/Dockerfile
dry_run: true
repo: lerentis/ansible repo: lerentis/ansible
tag: alpine-3 tag: alpine-3
dockerfile: alpine-3/Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password
when: when:
event: [ tag ] event:
- push
- pull_request
build-debian-8-publish: - image: plugins/docker
group: release settings:
image: plugins/docker dockerfile: debian-8/Dockerfile
dry_run: true
repo: lerentis/ansible repo: lerentis/ansible
tag: debian-8 tag: debian-8
dockerfile: debian-8/Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password
when: when:
event: [ tag ] event:
- push
- pull_request
build-debian-7-publish: - name: build-debian-7
group: release
image: plugins/docker image: plugins/docker
settings:
dockerfile: debian-8/Dockerfile
dry_run: true
repo: lerentis/ansible repo: lerentis/ansible
tag: debian-7 tag: debian-7
dockerfile: debian-8/Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password
when: when:
event: [ tag ] event:
- push
- pull_request
build-centos-7-publish: - name: build-centos-7
group: release
image: plugins/docker image: plugins/docker
settings:
dockerfile: centos-7/Dockerfile
dry_run: true
repo: lerentis/ansible repo: lerentis/ansible
tag: centos-7 tag: centos-7
dockerfile: centos-7/Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password
when: when:
event: [ tag ] event:
- push
- pull_request
build-arch-publish: - name: build-arch
group: release
image: plugins/docker image: plugins/docker
settings:
dockerfile: arch/Dockerfile
dry_run: true
repo: lerentis/ansible repo: lerentis/ansible
tag: arch tag: arch
dockerfile: arch/Dockerfile when:
username: event:
from_secret: docker_username - push
- pull_request
- name: build-ubuntu-18-publish
image: plugins/docker
settings:
dockerfile: ubuntu-18.04/Dockerfile
password: password:
from_secret: docker_password from_secret: docker_password
repo: lerentis/ansible
tag: ubuntu-18.04
username:
from_secret: docker_username
when: when:
event: [ tag ] event:
- tag
telegram: - name: build-ubuntu-16-publish
image: plugins/docker
settings:
dockerfile: ubuntu-16.04/Dockerfile
password:
from_secret: docker_password
repo: lerentis/ansible
tag: ubuntu-16.04
username:
from_secret: docker_username
when:
event:
- tag
- name: build-ubuntu-14-publish
image: plugins/docker
settings:
dockerfile: ubuntu-14.04/Dockerfile
password:
from_secret: docker_password
repo: lerentis/ansible
tag: ubuntu-14.04
username:
from_secret: docker_username
when:
event:
- tag
- name: build-fedora-24-publish
image: plugins/docker
settings:
dockerfile: fedora-24/Dockerfile
password:
from_secret: docker_password
repo: lerentis/ansible
tag: fedora-24
username:
from_secret: docker_username
when:
event:
- tag
- name: build-alpine-3-publish
image: plugins/docker
settings:
dockerfile: alpine-3/Dockerfile
password:
from_secret: docker_password
repo: lerentis/ansible
tag: alpine-3
username:
from_secret: docker_username
when:
event:
- tag
- name: build-debian-8-publish
image: plugins/docker
settings:
dockerfile: debian-8/Dockerfile
password:
from_secret: docker_password
repo: lerentis/ansible
tag: debian-8
username:
from_secret: docker_username
when:
event:
- tag
- name: build-debian-7-publish
image: plugins/docker
settings:
dockerfile: debian-8/Dockerfile
password:
from_secret: docker_password
repo: lerentis/ansible
tag: debian-7
username:
from_secret: docker_username
when:
event:
- tag
- name: build-centos-7-publish
image: plugins/docker
settings:
dockerfile: centos-7/Dockerfile
password:
from_secret: docker_password
repo: lerentis/ansible
tag: centos-7
username:
from_secret: docker_username
when:
event:
- tag
- name: build-arch-publish
image: plugins/docker
settings:
dockerfile: arch/Dockerfile
password:
from_secret: docker_password
repo: lerentis/ansible
tag: arch
username:
from_secret: docker_username
when:
event:
- tag
- name: notify
image: appleboy/drone-telegram image: appleboy/drone-telegram
token: 335668211:AAF-YgId7iI6ANBuZVy4uVOYYqA4R4uAaqY settings:
message: "Commit {{ commit.link }} ran with build {{ build.number }} and finished with status {{ build.status }}."
to: 14852963 to: 14852963
message: Commit {{ commit.link }} ran with build {{ build.number }} and finished with status {{ build.status }}. token: 335668211:AAF-YgId7iI6ANBuZVy4uVOYYqA4R4uAaqY
when: when:
status: [ failure, success ] status:
- failure
- success