Is it possible configure a jenkins maven project with inheritance? -
i'm building set of jenkins configurations maven based - want use maven project type benefits of automated job build triggers ( works me btw ).
however, there parts of job configurations common ( such scm locations, jdk version, maven versions, email address, post & pre-build steps etc ), define these in 1 place.
the inheritance plugin, https://wiki.jenkins-ci.org/display/jenkins/inheritance-plugin, works well, can't see helps maven projects ( since inheritance project close freestyle project ).
what best options share common configurations across many maven jenkins jobs.
thanks.
Comments
Post a Comment