I'm successfully using OLP Project Archetype to generate Schema project. Everything works fine locally, i can even deploy artifacts to OLP Artifactory. But this is because i have a settings.xml file generated by OLP to work with repo.
I need to have Jenkins jobd that will be building the project on every commit, and after merging to master brach (we are using Gerrit for code review that trigger pre-commit verify). Do you have advices on how to configure it? I'm interested in how should i store my user/password there, and for which account it should be generated?
Thanks.