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

Commitb88bbb5

Browse files
Compositions are under artifacts now
1 parent5fe393c commitb88bbb5

File tree

5 files changed

+9
-16
lines changed

5 files changed

+9
-16
lines changed

‎_data/nav.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
-title:"Other Registries"
287287
url:"/other-registries"
288288

289-
-title:"Quality Assurance"
289+
-title:"Testing"
290290
url:"/testing"
291291
pages:
292292
-title:"Unit testing"

‎_docs/getting-started/on-demand-environments.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ these on demand environments as production ones. They were never designed that w
9595

9696
If the environment is not functioning correctly for your own application, make sure that the port exposed by Codefresh in the*Launch settings* is the one that is actually used in your application as an HTTP endpoint.
9797

98-
To find your existing on-demand environments, click*Docker Swarm*`->`*Environments* on the left part of the screen. You will get a list of your active environments. You can see details such as:
98+
To find your existing on-demand environments, click*Compositions*`->`*Running Compositions* on the left part of the screen. You will get a list of your active environments. You can see details such as:
9999

100100
* Which branch is this environment from
101101
* Which Git commit represents this environment

‎_docs/learn-by-example/ruby.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ caption="Launching a demo environment"
145145
max-width="50%"
146146
%}
147147

148-
A new build will start. Once it is complete your new environment will be created. You can inspect it by clicking in the*Docker Swarm* menu on the left sidebar and then clicking*Environments*.
148+
A new build will start. Once it is complete your new environment will be created. You can inspect it by clicking in the*Compositions* menu on the left sidebar and then clicking*Running Compositions*.
149149

150150
{% include image.html
151151
lightbox="true"

‎_docs/testing/automatic-preview-environments.md‎

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,13 @@ launch_composition_step:
3939
3. Build your service with Codefresh
4040

4141
{:start="4"}
42-
4.Go totheenvironment page
42+
4.Click on*Compositions* ontheleft sidebar and then choose the*Running Compositions* tab.
4343

44-
{% include image.html
45-
lightbox="true"
46-
file="/images/a4054be-Screen_Shot_2017-01-19_at_09.27.53.png"
47-
url="/images/a4054be-Screen_Shot_2017-01-19_at_09.27.53.png"
48-
alt="Screen Shot 2017-01-19 at 09.27.53.png"
49-
max-width="40%"
50-
%}
5144

5245
{:start="5"}
53-
5. Youcan see the new environment on this page
46+
5. Youwill see the new preview environment on this page
5447

55-
##Launching environment only on one branch
48+
##Launchinganenvironment only on one branch
5649

5750
There is a limit to the number environments you can run concurrently. That's why it's a good practice to launch the the composition only on certain condition. Usually the most relevant condition is the branch, since you probably want your environment to be updated by you main branch.
5851

‎_docs/testing/create-composition.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ toc: true
2020
Compositions can be launched as part of a unit test step, integration test step or for running an image for manual testing. You can create compositions from scratch or import an existing`docker-compose.yml` file.
2121

2222
##1. Add a composition
23-
From the left sidebarexpand the*Docker Swarm* menu andclick the**Compositions** sub menu. Then click the**ADD COMPOSITION** button.
23+
From the left sidebar clickonthe*Compositions* menu. Then click the**ADD COMPOSITION** button.
2424

2525
{% include
2626
image.html
@@ -218,7 +218,7 @@ Once you are ready click the small "rocket" button to launch your composition. T
218218
test environment in your Codefresh account that you can use to inspect your application.
219219

220220
{:start="1"}
221-
1. From the left sidebarexpand the*Docker Swarm* menu andclick the**Compositions** sub menu. Then select a composition.
221+
1. From the left sidebar clickonthe*Compositions* menu. Then select a composition.
222222

223223
{% include
224224
image.html
@@ -256,7 +256,7 @@ max-width="70%"
256256

257257
##Sharing the environment URL
258258

259-
After you successfully spin up a composition, click the**Environments**view iconin the left pane, to viewthe record for the running environment and all containers for the environment.
259+
After you successfully spin up a composition, click the**Running compositions**tab from the*Compositions* itemin the left pane, to viewa record for the running environment and all containers for the environment.
260260

261261
{% include
262262
image.html

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp