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

Commitb1a4bbd

Browse files
author
Anna Baker
authored
Changes to monitoring pipelines (#156)
1 parent4991845 commitb1a4bbd

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

‎_docs/configure-ci-cd-pipeline/monitoring-pipelines.md‎

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,14 @@ caption="Build details"
117117
max-width="100%"
118118
%}
119119

120-
There are alsotwoextra options if you click the small "3-dot" menu button on the right.You can rebuild a pipeline or launch a[test environment]({{site.baseurl}}/docs/getting-started/on-demand-environments/#launching-a-docker-image-using-codefresh) from the resulting Docker image.
120+
There are also extra options if you click the small "3-dot" menu button on the right.For a particular build, you can:
121121

122-
Notice that if you restart a pipeline it will trigger with the exact settings it originally had. So
122+
- View the logs
123+
- View the YAML
124+
- View or add[annotations]({{site.baseurl}}/docs/codefresh-yaml/annotations/)
125+
- View the images produced (and consequently launch an on-demand[test environment]({{site.baseurl}}/docs/getting-started/on-demand-environments/#launching-a-docker-image-using-codefresh))
126+
127+
Notice that if you restart a pipeline it will trigger with the exact settings it*originally* had. So
123128
if this was a manual trigger where you[disabled caching]({{site.baseurl}}/docs/troubleshooting/common-issues/disabling-codefresh-caching-mechanisms/) or changed the[notification options](#monitoring-pipelines-that-check-pull-requests), the new
124129
execution will still honor those settings (even if you have changed them for later builds).
125130

@@ -128,7 +133,7 @@ An extra button for test reports will be visible if you are using the [test repo
128133

129134
##Viewing details for an individual pipeline build
130135

131-
If you click on any individual pipeline you will enter the pipeline build information screen.
136+
If you click on any individual pipelinebuild,you will enter the pipeline build information screen.
132137
From here you can see more details for a build such as the logs, running time and resource metrics.
133138

134139
{% include
@@ -180,7 +185,9 @@ caption="Step Yaml"
180185
max-width="60%"
181186
%}
182187

183-
If you want to see the yaml for the whole pipeline, click the*YAML* tab on the bottom left corner without selecting a step first.
188+
If you want to see the yaml for the whole pipeline,
189+
- Click the*YAML* tab on the bottom left corner without selecting a step first or
190+
- Select the three dots next to the "RESTART" button on the top-right, and click on*Show YAML*
184191

185192
{% include
186193
image.html
@@ -313,7 +320,7 @@ max-width="50%"
313320

314321
This way the pipeline status*will* change the build status even with manual builds.
315322

316-
The same behavior is also available to the[Codefresh CLI](https://codefresh-io.github.io/cli/). In that case use the parameter`--enable-notifications`
323+
The same behavior is also available to the[Codefresh CLI](https://codefresh-io.github.io/cli/pipelines/run-pipeline/). In that case use the parameter`--enable-notifications`
317324
to specify if manually triggering a build will also change the GIT status.
318325

319326
For open source projects you also have the ability to[trigger builds from external forks]({{site.baseurl}}/docs/configure-ci-cd-pipeline/triggers/git-triggers/#support-for-building-pull-requests-from-forks).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp