commit 23f975df1371e6c206e98cf6b04a61df0d66e1ef from: Sergey Bronnikov date: Fri Mar 26 16:25:29 2021 UTC readme: add config for gitlab project commit - 662c654c6b234505d64bea8ecf5da8d07483404c commit + 23f975df1371e6c206e98cf6b04a61df0d66e1ef blob - 6c98f2abaeb2fe2c1571bd8955832c2aee275cf3 blob + a72cf0eb0142914720838a7b76f0b137486296e2 --- README.md +++ README.md @@ -110,6 +110,20 @@ deleted, counting from the time they are uploaded and expiry time is not defined, it defaults to the instance wide setting (30 days by default, forever on GitLab.com). +Example of configuration file for a [Gitlab project](https://gitlab.com/ligurio/test-project): + +```yaml +projects: +- name: test-project + backends: + - type: gitlab + branch: master + base: https://gitlab.com/ + project: ligurio/test-project + username: + secret: +``` + ### Jenkins Jenkins supports publishing test results in JUnit format, but not all Jenkins