DEV Community

Discussion on: Jenkins: a job to check a Github organization’s public repositories list

Collapse
 
setevoy profile image
Arseny Zinchenko

Jenkins used for a lot of things - build, deploy applications (both mobile Android/iOS and PHP for our backend).
Also, we have CloudFormation and Ansible jobs in there for AWS services provisioning, etc.

And I have just a dedicated folder in Jenkins with few cronjobs to be running to keep them in Jenkins instead of using some Linux host with usual cronjobs, like creating AWS EBS backups from a Docker with AWS CLI and so on (although our latest EBS backups are created using the AWS DLM.

So basically - Jenkins is also used as such a "management unit".