You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Roberto Lo Giacco (Jira)" <ji...@apache.org> on 2023/05/26 10:46:00 UTC

[jira] [Created] (MRELEASE-1125) Add a waitAfterTagging config parameter

Roberto Lo Giacco created MRELEASE-1125:
-------------------------------------------

             Summary: Add a waitAfterTagging config parameter
                 Key: MRELEASE-1125
                 URL: https://issues.apache.org/jira/browse/MRELEASE-1125
             Project: Maven Release Plugin
          Issue Type: New Feature
          Components: prepare
            Reporter: Roberto Lo Giacco


Our Jenkins pipeline gets activated upon pushing to the GIT repository and checks if the current commit has a release tag to decide if the build must produce an artifact.

Sometimes the commit to prepare for the next release gets pushed before the pipeline gets a chance to start, thus skipping the release process and forcing a rollback and restart.

With the introduction of a *waitAfterTagging* configuration property we can provide a 3-5sec delay to ensure the pipeline gets activated before the next commit gets pushed in.

If desireable I can provide a pull request for this: I really need it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)