Compare commits

...
Sign in to create a new pull request.

7 commits

Author SHA1 Message Date
Simon Vieille
0337e9fd14
ci(pipeline): comment on failure (pr) 2023-01-01 20:11:15 +01:00
Simon Vieille
7c47d9dd35
ci(pipeline): comment on failure (pr) 2023-01-01 20:06:38 +01:00
Simon Vieille
ee6f4a5966
ci(pipeline): comment on failure (pr)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
2023-01-01 19:58:35 +01:00
Simon Vieille
68a713bda4
ci(pipeline): comment on failure (pr)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline failed
2023-01-01 19:44:15 +01:00
Simon Vieille
01117d031b
ci(pipeline): comment on failure (pr) 2023-01-01 19:43:47 +01:00
Simon Vieille
e13d9378eb
ci(pipeline): comment on failure (pr) 2023-01-01 19:43:07 +01:00
Simon Vieille
154857a0c2 ci(pipeline): comment on failure (pr) 2023-01-01 19:39:18 +01:00

View file

@ -61,6 +61,21 @@ pipeline:
- osv-detector composer.lock yarn.lock - osv-detector composer.lock yarn.lock
failure: ignore failure: ignore
comment_on_failure:
image: tsakidev/giteacomment:latest
secrets: [gitnet_token]
environment:
- DRONE_REPO_NAMESPACE=${CI_REPO_NAME}
- DRONE_REPO_NAME=${CI_REPO}
- DRONE_PULL_REQUEST=${CI_COMMIT_PULL_REQUEST}
settings:
gitea_token: ${GITNET_TOKEN}
gitea_base_url: https://gitnet.fr
comment: "Pipeline [#${CI_PIPELINE_NUMBER}](${CI_PIPELINE_LINK}) failed.
when:
status: [failure]
event: pull_request
deploy: deploy:
image: deblan/php:8.1 image: deblan/php:8.1
secrets: [ssh_user, ssh_host, ssh_priv_key, app_directory] secrets: [ssh_user, ssh_host, ssh_priv_key, app_directory]