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

Commit46a5f7b

Browse files
authored
Classic share runtime logs (#855)
* Add share logs optionAdded task for share logs option for pipeline builds* Update monitoring-pipelines.mdMore content edits* Update monitoring-pipelines.md* Update monitoring-pipelines.mdAdded note on date of availability of share logs functionality* Update monitoring-pipelines.mdAdded note with details on date of availability\* Update monitoring-pipelines.md* Update monitoring-pipelines.md* Update monitoring-pipelines.md
1 parent0cd233c commit46a5f7b

File tree

3 files changed

+51
-2
lines changed

3 files changed

+51
-2
lines changed

‎_docs/pipelines/monitoring-pipelines.md‎

Lines changed: 51 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,10 @@ View logs for running and completed builds and download them in HTML or text for
237237
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.
238238
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.
239239

240-
>Note:
241-
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.
240+
You can also[share logs](#sharing-log-urls-for-pipeline-builds) with other users logged in to the same account.
241+
242+
>**NOTE**:
243+
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.
242244
For large builds, it is easier to filter the logs by single or multiple steps, and then view/download them.
243245

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

263+
###Sharing log URLs for pipeline builds
264+
Resolve issues in pipeline builds more efficiently and quickly by sharing relevant log segments with your colleagues.
265+
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.
266+
267+
>**IMPORTANT**:
268+
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.
269+
270+
This functionality will be available to all customers starting December 14.
271+
272+
273+
274+
>**NOTE**:
275+
Users with whom you share the logs must be logged in to the same account.
276+
277+
**Before you begin**
278+
* Make sure build logs have timestamps
279+
280+
**How to**
281+
1. In the**Builds** page, select a build.
282+
1. To view logs online for the selected build, click**Output** in the lower part of the Build page.
283+
1. Select the log lines you want to share.
284+
1. Click**Share** in the top-right corner.
285+
286+
{% include
287+
image.html
288+
lightbox="true"
289+
file="/images/pipeline/monitoring/share-logs-select-lines.png"
290+
url="/images/pipeline/monitoring/share-logs-select-lines.png"
291+
alt="Sharing build logs"
292+
caption="Sharing build logs"
293+
max-width="60%"
294+
%}
295+
296+
{:start="5"}
297+
1. In the pop-up that appears, click**Copy to clipboard**.
298+
1. Share the URL with users logged in to the same account.
299+
On accessing the link, the browser opens the Builds page, with the shared section highlighted in the build log.
300+
301+
{% include
302+
image.html
303+
lightbox="true"
304+
file="/images/pipeline/monitoring/share-logs-view-shared.png"
305+
url="/images/pipeline/monitoring/share-logs-view-shared.png"
306+
alt="Shared build logs"
307+
caption="Shared build logs"
308+
max-width="60%"
309+
%}
261310

262311
###Viewing variables in pipeline builds
263312

510 KB
Loading
542 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp