Skip to content

Commit e437586

Browse files
committed
test
1 parent 8a90ce9 commit e437586

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

content/modules/ROOT/pages/15-jenkins-ci.adoc

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,16 @@ This section demonstrates how *Developer Hub* allows you to instantiate a Quarku
2626
. Give the tag a name such as `v1.0`
2727
. Click on *Create tag*
2828
. 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.
2930
. 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.
3031

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.
3334
. 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.
3637
. 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

Comments
 (0)