Hi, I'm trying to make rpm packages, and add them to a local repository using Jenkins for my Qt projects and then install them on target machine. After doing some search I have the process in mind as follow, just wanted to make sure that I'm on the right path.
I build my jobs on the slave machine, then add a post build step to write a script to make the rpm packages, then I need to add them to my local repo, which I assume another shell script in post build section would do it(?) and then simply run the installer command . I had a look on the Deploy Plug-in, but it seems it only deploys war/ear files not rpms... What you folks think? am I taking the right steps?