On Tue, Dec 14, 2021 at 9:53 AM 'jn...@cloudbees.com' via Jenkins
Developers <jenkinsci-dev@googlegroups.com> wrote:

> there is possibility of something part way between the current CD flow (no
> junk pushes) and m-r-p
>

As mentioned previously
<https://github.com/jenkins-infra/jenkins-maven-cd-action/pull/14#issuecomment-986806625>
it is possible to just `mvn deploy` whatever stuff you like, including say
timestamps, and optionally pushing a tag, without pushing MRP-style
commits. Fine for things like services, but this will generally confuse any
tools which expect to *consume* your project as a dependency, since the
version coming from a local checkout of that tag will not match whatever
you deployed. That is why for purposes of Jenkins components including
plugins I do not recommend attempting to do anything between full JEP-229,
with a deterministic version scheme, and full MRP with the pair of junk
commits.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr3dEEHCLzHe0zv9U50zrTD7Ua8Y1jwr1FWDen%3DQ7-FhqQ%40mail.gmail.com.

Reply via email to