Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Classic share runtime logs#855

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
NimRegev merged 8 commits intomasterfromclassic-share-runtime-logs
Dec 3, 2023
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 51 additions & 2 deletions_docs/pipelines/monitoring-pipelines.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -237,8 +237,10 @@ View logs for running and completed builds and download them in HTML or text for
You can view logs online, for the entire build or for single or specific steps in the build. Similarly, you can download the logs for the entire build, or for single or specific steps.
The Filter Logs option is useful to view and manage logs, especially for large builds as there is a max size limit for logs. You can also search logs.

>Note:
The max log size for the entire build is 100MB, and 20MB per step. The system stops generating logs once the build size is exceeded.
You can also [share logs](#sharing-log-urls-for-pipeline-builds) with other users logged in to the same account.

>**NOTE**:
The max log size for the entire build is 100MB, and 20MB per step. The system stops generating logs once the build size exceeds the maximum permitted.
For large builds, it is easier to filter the logs by single or multiple steps, and then view/download them.

1. In the **Builds** page, select a build.
Expand All@@ -258,6 +260,53 @@ caption="Build log in Codefresh"
max-width="60%"
%}

### Sharing log URLs for pipeline builds
Resolve issues in pipeline builds more efficiently and quickly by sharing relevant log segments with your colleagues.
Select the part of the log and share the generated URL with members logged in to the same account. The URL opens to the exact location in the build log that you selected.

>**IMPORTANT**:
This functionality requires timestamps for build logs which will be enabled for all Codefresh accounts. Enabling timestamps in logs can affect any automation you may have created based on log outputs without timestamps. To opt out of timestamps in logs, please contact Codefresh Support.

This functionality will be available to all customers starting December 14.



>**NOTE**:
Users with whom you share the logs must be logged in to the same account.

**Before you begin**
* Make sure build logs have timestamps

**How to**
1. In the **Builds** page, select a build.
1. To view logs online for the selected build, click **Output** in the lower part of the Build page.
1. Select the log lines you want to share.
1. Click **Share** in the top-right corner.

{% include
image.html
lightbox="true"
file="/images/pipeline/monitoring/share-logs-select-lines.png"
url="/images/pipeline/monitoring/share-logs-select-lines.png"
alt="Sharing build logs"
caption="Sharing build logs"
max-width="60%"
%}

{:start="5"}
1. In the pop-up that appears, click **Copy to clipboard**.
1. Share the URL with users logged in to the same account.
On accessing the link, the browser opens the Builds page, with the shared section highlighted in the build log.

{% include
image.html
lightbox="true"
file="/images/pipeline/monitoring/share-logs-view-shared.png"
url="/images/pipeline/monitoring/share-logs-view-shared.png"
alt="Shared build logs"
caption="Shared build logs"
max-width="60%"
%}

### Viewing variables in pipeline builds

Expand Down
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

[8]ページ先頭

©2009-2025 Movatter.jp