Jenkins Procedure V2

You might also like

You are on page 1of 4

MR.

Jenkins Procedure

Jenkins is used to deploy new application releases that are already build/configured for
Orange Mobile App.

Requests can be classified by the following aspects that need to be taken into account
before the deployment begins:

1) Platform (presented at step 1):


- Preproduction Platform (Preprod)
- Production Platform (Prod)
2) Requestor:
- Country (OMAPP__deploy_release)
- Affiliate (OMAPP-AFF__deploy_release)

Usually the requests contain all the needed details like used Job or the link that needs to
be accessed, like the one below:
STEPS:
1) Access one of the following Jenkins URLs accordingly to your needs :

- OMAPP Mali Preprod : https://jenkins-om-appmali-preprod.sales.ftgroup


- OMAPP Mali Prod : https://jenkins-om-appmali-prod.sales.ftgroup
- OMAPP Multi Countries Preprod : https://jenkins-om-appmp-preprod.sales.ftgroup
- OMAPP Multi Countries Prod : https://jenkins-om-appmp-prod.sales.ftgroup

2) You need to login:

Credentials:
CUID/sspo

3) In the jobs list, locate the needed job OMAPP__deploy_release (if the request is
coming from the country) or OMAPP-AFF__deploy_release (if the request is coming
from affiliate) and click on the job or on the clock:
4) Select BUILD with PARAMETERS and also verify at this step the Permalinks in
order to see the details related to latest build installed:

5) The following page will be displayed and in Project OMAPP_deloy_Release you


should have the latest available version newer than the one installed. At this step click on
BUILD:
6) After clicking the BUILD button, the job is running in background. You can see it on
the right panel, and with option at right click for console logs.

7) When the job installation will be finished the page will look as below. You can verify
again the Permalinks and see the last build details, verify that it corresponds to the installed
version.

You might also like