2018-04-23 15:39:29 +02:00
|
|
|
---
|
|
|
|
pipeline:
|
|
|
|
nova-compute:
|
|
|
|
image: plugins/docker
|
2018-04-23 15:57:57 +02:00
|
|
|
dockerfile: nova_compute/Dockerfile
|
2018-04-23 15:39:29 +02:00
|
|
|
secrets: [docker_username, docker_password]
|
|
|
|
registry: registry.webhosting.rug.nl
|
|
|
|
repo: registry.webhosting.rug.nl/hpc/openstack-nova-compute
|
|
|
|
tag: latest
|
|
|
|
notify:
|
|
|
|
image: drillster/drone-email
|
|
|
|
host: smtp.rug.nl
|
|
|
|
port: 25
|
|
|
|
skip_verify: true
|
|
|
|
from: drone@webhosting.rug.nl
|
|
|
|
recipients: [e.m.a.rijpkema@rug.nl, w.k.nap@rug.nl]
|
|
|
|
recipients_only: true
|
|
|
|
when:
|
|
|
|
status: [success, changed, failure]
|
|
|
|
# slack:
|
|
|
|
# image: plugins/slack
|
|
|
|
# webhook:
|
|
|
|
# channel: docker
|
|
|
|
# when:
|
|
|
|
# branch: [master, merlin]
|
|
|
|
# status: [success, failure]
|