Jenkins maven release job to trigger downstream parameterized job
问题 I'm using the jenkins maven-release plugin to tag, package and perform a release. This is working fine. The plugin asks for: the version of the release (parameter releaseVersion of the release plugin); the version of development, after the release (parameter developmentVersion of the release plugin); Now, I want to have a second step after packaging this release. I want to import the specific version packaged (say 0.0.5) to our deployment tool. I did this by configuring a second Jenkins jobs.