Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 4
Next »
Project | Jenkins job | Purpose | cron | environment |
---|
ESR |
|
|
|
|
|
|
|
|
|
---|
ESR-ETL | tis-esr-etl | - This is the main job for esr
- It is triggered by a push into github
- It creates the JAR and Docker image
- When FINALTAG is set, it deploys esr-etl into dev
| no | None/Dev |
| tis-esr-parameterized | - This is for manual run only
- One runs it to pass a parameter like the date or the type of load needed
- It does not create any JAR file or docker image
- It just deploys whatever is in platform.yml into the selected environment
- One can pass any parameter to the job, unlikeĀ service-env-deploy
| no | Any |
| tis-esr-etl-param-apc-import | - This is a cron job in jenkins
- It runs tis-esr-parameterized with LOAD_TYPE=apc-import
| yes | stage |
| tis-esr-etl-param-applicant-load | - This is a cron job in jenkins
- It runs tis-esr-parameterized with LOAD_TYPE=applicant-load
| yes | stage |
| tis-esr-etl-param-applicant-export | - This is a cron job in jenkins
- It runs tis-esr-parameterized with LOAD_TYPE=applicant-export
| yes | stage |
| tis-esr-etl-param-notification-export | - This is a cron job in jenkins
- It runs tis-esr-parameterized with LOAD_TYPE=notification-export
| yes | stage |
| tis-esr-etl-param-notification-daily-load | - This is a cron job in jenkins
- It runs tis-esr-parameterized with LOAD_TYPE=notification-export
| yes | stage |
|
|
|
|
|
---|
|
|
|
|
|
Add Comment