I'm running a runner in my linux environment with docker.
How to display logs in bitbucket cloud pipelines view?
G'day, @fabiomancini
Welcome to the community!
Are you asking for the runner logs or the build logs? The pipeline build should display the build logs within the pipeline interface. However, if you are looking for the runner logs, you can find them in the runner's working directory. For example:
<runner_working_directory>/<runnerUuid>/runner.log
Regards,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.