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: content/modules/ROOT/pages/15-jenkins-ci.adoc
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,13 +26,16 @@ This section demonstrates how *Developer Hub* allows you to instantiate a Quarku
26
26
. Give the tag a name such as `v1.0`
27
27
. Click on *Create tag*
28
28
. Switch back to *Developer Hub* and click on the *CI* tab. A new preprod build will be triggered.
29
+
. Click on the *View Build* icon to view the output of the preprod build.
29
30
. Wait for the build to complete and then click on the *Topology* tab. The application for *preprod* is now healthy, indicated by a blue ring. Click on the arrow on the application icon to view the Quarkus application.
30
31
31
-
=== Promote to preprod
32
-
. To deploy your Quarkus application to preprod, switch to the *Overview* tab and click on the *Source Code* link. This should open the repository root on GitLab.
32
+
=== Promote to prod
33
+
. To deploy your Quarkus application to prod, switch to the *Overview* switch back the GitLab screen.
33
34
. On the left menu, select *Code* and then *Tags*.
34
-
. Click on *New Tag*
35
-
. Give the tag a name such as `v1.0`
35
+
. In the list of tags displayed, find the tag you created on the previous step.
36
+
. Click the *Create release* button found to the right of the tag.
36
37
. Click on *Create tag*
37
-
. Switch back to *Developer Hub* and click on the *CI* tab. A new preprod build will be triggered.
38
-
. Wait for the build to complete and then click on the *Topology* tab. The application for *preprod* is now healthy, indicated by a blue ring. Click on the arrow on the application icon to view the Quarkus application.
38
+
. Enter a *Release title* for e.g. Prod-v1.0
39
+
. Switch back to *Developer Hub* and click on the *CI* tab. A new prod build will be triggered.
40
+
* Click on the *View Build* icon to view the output of the prod build.
41
+
. Wait for the build to complete and then click on the *Topology* tab. The application for *prod* is now healthy, indicated by a blue ring. Click on the arrow on the application icon to view the Quarkus application.
0 commit comments