You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/configure-ci-cd-pipeline/monitoring-pipelines.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,9 +117,14 @@ caption="Build details"
117
117
max-width="100%"
118
118
%}
119
119
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:
121
121
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
123
128
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
124
129
execution will still honor those settings (even if you have changed them for later builds).
125
130
@@ -128,7 +133,7 @@ An extra button for test reports will be visible if you are using the [test repo
128
133
129
134
##Viewing details for an individual pipeline build
130
135
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.
132
137
From here you can see more details for a build such as the logs, running time and resource metrics.
133
138
134
139
{% include
@@ -180,7 +185,9 @@ caption="Step Yaml"
180
185
max-width="60%"
181
186
%}
182
187
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*
184
191
185
192
{% include
186
193
image.html
@@ -313,7 +320,7 @@ max-width="50%"
313
320
314
321
This way the pipeline status*will* change the build status even with manual builds.
315
322
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`
317
324
to specify if manually triggering a build will also change the GIT status.
318
325
319
326
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).