The Post build action "Deploy artifacts to maven repository" is only possible for a Jenkins maven project. I have several C++ multi-configuration projects and I want to publish my RPM artifacts to a Nexus repository.
I could as a last resort just copy the RPM files directly to the storage with SCP. I am already doing this to upload the RPM artifacts to my plain old Yum repository, but I want to try use Nexus instead as my RPM repository, because otherwise I would need to run createrepo after every build.
However it seems Nexus no longer likes upload of artifacts from SCP.