-
Notifications
You must be signed in to change notification settings - Fork 276
19. Jenkins. Start
Siarhei P edited this page Feb 17, 2025
·
5 revisions
- Install Jenkins
- Setup the following
- install plugins: Ansible, slack notification
- add restricted user to view Jobs, without any changes inside Jobs and Jenkins settings
- (optional) Hide Jenkins behind the web server (Nginx, Apache), in case standalone installation (one host - one Jenkins), not need for k8s deployment case
- Create job to run each day and collect data and send to the slack:
- Check if today holiday in Belarus: https://holidayapi.com/countries/by/2023
- Inform about exchange rates for current day (please find any)
- Can be included in one file-artefacts or simple message in slack
Please add nginx/Apache config file and xml file for job into PR