Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Adding a Jenkins job to trigger after createrepo

marshyski edited this page Oct 10, 2014 · 1 revision

If you wanted to run ClamAV / rpm -qpl / or other tools on RPMs via a Jenkins job.

call(["createrepo", "-v", "-p", "--update", "--workers", "2", upload_dir])
call(["curl", "--user", "user:tokenapikey", "http://jenkinsmaster:8080/job/scan-repo/build?delay=0sec"])
Clone this wiki locally