Torma Kristóf
9f5a0a629a
Some checks reported errors
continuous-integration/drone/push Build encountered an error
29 lines
579 B
YAML
29 lines
579 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
steps:
|
|
- name: code-analysis
|
|
image: aosapps/drone-sonar-plugin
|
|
settings:
|
|
sonar_host:
|
|
from_secret: SONAR_HOST
|
|
sonar_token:
|
|
from_secret: SONAR_CODE
|
|
|
|
- name: sentry
|
|
image: tormachris/drone-sentry
|
|
settings:
|
|
sentry_project: ${DRONE_REPO_NAME}
|
|
sentry_domain: sentry.kmlabz.com
|
|
sentry_token:
|
|
from_secret: SENTRY_TOKEN
|
|
|
|
- name: ms-teams
|
|
image: kuperiu/drone-teams
|
|
settings:
|
|
webhook:
|
|
from_secret: TEAMS_WEBHOOK
|
|
when:
|
|
status: [ failure ]
|