Tag Jenkins

Remove old NetApp config backups

The post outlines a Jenkins job that automates the deletion of surplus NetApp ONTAP configuration backups on a remote SFTP server, using a bash script to retain only the three most recent files per unique hostname. The Jenkins project is scheduled daily and executes the cleanup script remotely. The source code is available on GitHub.

Install Jenkins on Rocky Linux 9

Jenkins is an open-source automation server that is widely used by DevOps teams to streamline the continuous integration and delivery (CI/CD) process. If you are a systems administrator and you are looking to install Jenkins on Rocky Linux 9, then…