first of all, apologies if question seems stupid. have been given task automate jenkins build maven projects , not have knowledge on jenkins.
after going through links, found using jenkins-cli fit requirement. build project repository using jenkins-cli. however, each maven project may dependent on other internal projects , need build after building dependent projects first.
could please suggest me way build project after building dependencies.?
so have build pipeline. can handled jenkins.
start out job definition each project , define projects should built after successful completion. have @ this detailed description.
furthermore, not think have bother command line interface, can define build triggers (e.g. periodically, after commit). see this concise description git scm, should work other source control repositories.
Comments
Post a Comment