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
{{ message }}
This repository was archived by the owner on Nov 5, 2024. It is now read-only.
{ProductName} is a multi-tenant, software as a service (SaaS) based continuous integration and continuous delivery (CI/CD) service with an emphasis on secure supply chain features.
4
4
5
-
== Sign up
5
+
== Signing up
6
6
Let’s get you signed up!
7
7
8
8
. Go to https://console.redhat.com/beta/hac/application-pipeline[{ProductName}].
9
9
. Click *Join waitlist*.
10
10
11
-
== Create your first application
11
+
== Creating your first application
12
12
We include ready-to-use bundled code samples that you can import into our service. In this guide, we’ll walk you through how to fork a sample repository and create your first application.
13
13
14
-
=== Name your application
14
+
=== Naming your application
15
15
Every great app needs a name – add yours!
16
16
17
17
. Select *Create an application*.
18
18
. Name your application.
19
19
20
-
=== Choose a bundled sample
20
+
=== Choosing a bundled sample
21
21
22
22
. Click *Start with a sample*.
23
23
. Choose one of the following options:
@@ -29,7 +29,7 @@ Every great app needs a name – add yours!
29
29
30
30
Decided on a favorite sample? Great! Now let’s fork the code to your repo in the next section. By the way, we call this code a _component_.
31
31
32
-
=== Fork a sample repository
32
+
=== Forking a sample repository
33
33
34
34
==== Why should you fork a sample?
35
35
@@ -41,7 +41,7 @@ There are many perks to forking one of our samples, this list shows a few:
41
41
* Rebuilding dependencies from source
42
42
* Scanning your build for vulnerabilities, viruses, and other checks
43
43
44
-
==== Steps to fork
44
+
==== How to fork a sample
45
45
46
46
To fork the sample, complete the following steps:
47
47
@@ -54,35 +54,35 @@ To fork the sample, complete the following steps:
54
54
Right now we support GitHub, but come back soon for other Git providers!
55
55
====
56
56
57
-
=== Import the code from your forked repository
57
+
=== Importing the code from your forked repository
58
58
59
59
. Return to the app and go back to the *Select a sample* view.
60
60
. Click *Import your code*.
61
61
. In *Git repo URL*, paste the URL that you copied in the previous section.
62
62
. Click *Next*.
63
63
64
-
=== Review and configure
64
+
=== Reviewing and configuring
65
65
We scan your Git repository for source code and detect your runtime and other configuration settings for you to review. You have the option to use our default build pipeline or to customize the pipeline.
66
66
67
67
For now, select *Default*.
68
68
69
-
=== Congrats!
69
+
== Congrats!
70
70
71
-
Now click *Create* and we’ll start building your application. We build an image from the source code of this sample.
71
+
Now click *Create* and we’ll start building your application. We build an image from the source code of this sample.
72
72
73
-
=== Add more components
73
+
== Next steps
74
+
75
+
=== Adding more components
74
76
75
77
Because your application can run on one or more components, you might want to add more.
76
78
77
79
The additional source code that you add can either be from the same repository that you used when you created your application, _or_ a different Git repository. Remember, we call source code _components_.
78
80
79
-
In the *Overview* tab, select *Add component*.
81
+
In the *Overview* tab, select *Add component*:
80
82
81
-
////
82
-
image::modules/ROOT/images/Add_more_components.png[Overview tab that shows how you can add additional components to your application.]
83
-
////
83
+
image::Add_more_components.png[Overview tab that shows how you can add additional components to your application. The Overview button is on the bottom left and has a red arrow next to it.]
84
84
85
-
=== Customize your build pipeline
85
+
=== Customizing your build pipeline
86
86
87
87
To add automation, you can upgrade your default build pipelines to custom build pipelines.
88
88
@@ -92,22 +92,22 @@ By customizing your build pipeline, you can change the tasks that are included,
92
92
93
93
To get started, click *Manage build pipelines* from the *Overview* page.
94
94
95
-
=== View your activity
95
+
=== Viewing your activity
96
96
You can view your latest commits, as well as your pipeline runs.
97
97
98
-
==== View your latest commits
98
+
==== Viewing your latest commits
99
99
100
100
Since you forked your repo, you have permissions to commit to the Git repo. We like to focus on commits, rather than pipelines, so that it’s easy to correlate a developer's work with what’s going on in the system.
101
101
102
102
To view your recent commits, go to the *Activity* tab and click *Latest commits*.
103
103
104
-
==== View your pipeline runs
104
+
==== Viewing your pipeline runs
105
105
106
106
Didn’t fork your repo? Fret not! You can also view your activity by pipeline runs. A pipeline run is a collection of TaskRuns that are arranged in a specific order of execution.
107
107
108
108
To view your pipeline runs, go to the *Activity* tab and click *Pipeline runs*.
109
109
110
-
=== Add an integration test
110
+
=== Adding an integration test
111
111
112
112
An integration test is a pipeline that you set up in GitHub. When you add components, it tests each one individually, and then tests the application as a whole.
113
113
@@ -118,36 +118,34 @@ To add an integration test, complete the following steps:
118
118
. Enter a name for your test, a path to the container image, and the name of the pipeline that you want to run.
119
119
. Click *Add integration test*.
120
120
121
-
=== View your application route
121
+
=== Viewing your application route
122
122
123
123
You can find each component’s route in the *Components* tab, next to each component’s details:
124
124
125
125
////
126
126
image::modules/ROOT/images/View-application-route.png[The Components tab has a hyperlink called Route that opens the current component's route.]
127
127
////
128
128
129
-
=== Examine your integration test results
129
+
=== Examining your integration test results
130
130
131
131
You can view your test results in two different ways:
132
132
133
133
* Go to the *Activity* tab and select *Pipeline runs*.
134
-
* View your integration test log output by selecting Logs:
134
+
* View your integration test log output by selecting *Logs*:
135
135
136
-
////
137
-
image::logs[In Activity after you select Pipeline runs, there is a tab called Logs.]
138
-
////
136
+
image::Logs_step2.png[In Activity after you select Pipeline runs, there is a tab called Logs.]
139
137
140
-
=== Deploy your app
141
-
Check the status of your application in *Environments*. You can view your type of environment, its strategy, and its deployment status:
138
+
=== Deploying your app
139
+
Check the status of your application in *Environments*. You can view information about your environment such as its type, strategy, and deployment status:
142
140
143
-
////
144
-
image::modules/ROOT/images/Environments-tab.png[The Environments tab shows the status of your environment, its deployment strategy, the health of your application, and your last deploy date. In this example, the development is Static, the strategy is Automatic, the application is healthy, and the last deploy was on March 7, 2023 at 11:58 AM.]
145
-
////
141
+
image::Environments.png[The Environments tab shows the type of your environment, its deployment strategy, the cluster type, the application status, the last deploy, and the applications deployed. In this example, the type is Default, the strategy is Automatic, the cluster type is OpenShift, the Application status is Missing, the Last deploy is -, and there are 3 applications deployed.]
146
142
147
143
An environment is a set of compute resources that you can use to develop, test, and stage your applications.
148
144
149
-
== What's next
145
+
== Great work!
146
+
Congrats on creating your first application!
150
147
151
148
////
152
-
Congrats on creating your first application! To learn more about {ProductName}, check out our xref:index.adoc[How-to-guides] or our xref:concepts/index.adoc[Concepts] section.
0 commit comments