Jenkins is a leading open-source automation server for continuous integration and continuous delivery (CI/CD). This setup provides a scalable Jenkins solution with distributed build agents for parallel job processing.
You can either click the deploy button to deploy directly on Zerops, or manually copy the import yaml to the import dialog in the Zerops app.
- Jenkins running on Zerops Java service with auto-scaling
- Separate jenkins agents for parallel task processing with auto-scaling
- Zerops Object Storage (S3 compatible) service for Jenkins backups
- Logs set up to use syslog and accessible through Zerops GUI
- Utilization of Zerops built-in environment variables system
- Mailpit as SMTP mock server for email testing
If you want to modify your existing Jenkins app to efficiently run on Zerops, these are the general steps we took:
- Add zerops.yml to your repository, our example includes optimized build process and configuration for multiple workers
- Utilize Zerops environment variables and secrets to setup other services
Need help setting your project up? Join Zerops Discord community.