Upload logs to minio/s3 for later viewing
This commit is contained in:
parent
6e517b2fc5
commit
02d3566542
1 changed files with 12 additions and 0 deletions
|
@ -15,3 +15,15 @@ steps:
|
|||
secrets: [gitea_docker_token]
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
upload-logs:
|
||||
image: woodpeckerci/plugin-s3
|
||||
settings:
|
||||
bucket: docker-perl-artifacts
|
||||
source: "output/logs/**"
|
||||
target: "/logs/${CI_PIPELINE_NUMBER}/"
|
||||
path_style: true
|
||||
endpoint: http://192.168.1.62:9000
|
||||
access_key:
|
||||
from_secret: minio_access_key
|
||||
secret_key:
|
||||
from_secret: minio_secret_key
|
||||
|
|
Loading…
Add table
Reference in a new issue