Skip to content

Conversation

@ScharfViktor
Copy link
Contributor

image

@ScharfViktor ScharfViktor added the Type:DevOps Related to CI/CD label Jan 21, 2026
@ScharfViktor ScharfViktor requested a review from saw-jan January 22, 2026 06:52
.woodpecker.star Outdated
"cd %s/reports/e2e/playwright/tracing/" % dirs["web"],
'echo "To see the trace, please open the following link in the console"',
'for f in *.zip; do echo "npx playwright show-trace $MC_HOST/$PUBLIC_BUCKET/web/tracing/$CI_REPO_NAME/$CI_PIPELINE_NUMBER/$f \n"; done',
'for f in *.zip; do echo "npx playwright show-trace $CACHE_S3_SERVER/$PUBLIC_BUCKET/web/tracing/$CI_REPO_NAME/$CI_PIPELINE_NUMBER/$f \n"; done',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can try running these commands in one of the workflow step to check if it works or not

"echo $MC_HOST",
"echo $CACHE_S3_SERVER",
"echo 'https://s3.ci.opencloud.eu'",

Copy link
Contributor Author

@ScharfViktor ScharfViktor Jan 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you're right:
image

Copy link
Contributor

@saw-jan saw-jan Jan 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is the server_url secret repo level or org level?. if the secret is not used then we can try removing it

Copy link
Contributor

@saw-jan saw-jan Jan 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

env, variable and plain text didn't work:

+ echo $MC_HOST
https://********
+ echo https://********
https://********
+ echo 'https://********'
https://********
+ buildifier --mode=check .woodpecker.star

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the URL matches the secret 1-to-1, it cannot be displayed in the logs in plain text.

The only option is to remove the URL from the secret. @flimmy could you remove s3.ci.opencloud.eu from secret?

@ScharfViktor ScharfViktor marked this pull request as draft January 23, 2026 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type:DevOps Related to CI/CD

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants