-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verify that repository has been really closed #21
Comments
szpak
added a commit
that referenced
this issue
Mar 20, 2017
Introduced with sharing stagingRepositoryId. Will be fixed by #21.
This was referenced Mar 24, 2017
szpak
added a commit
that referenced
this issue
Mar 26, 2017
szpak
added a commit
that referenced
this issue
Mar 26, 2017
szpak
added a commit
that referenced
this issue
Mar 26, 2017
szpak
added a commit
that referenced
this issue
Mar 26, 2017
szpak
added a commit
that referenced
this issue
Mar 26, 2017
szpak
added a commit
that referenced
this issue
Mar 26, 2017
szpak
added a commit
that referenced
this issue
Mar 26, 2017
szpak
added a commit
that referenced
this issue
Mar 26, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nexus returns
201 Created
when accepts request to close a repository:It is enough for a Gradle tasks to finish successfully. Occasionally that operation can fail (e.g. signature validation when using Sonatype OSS instance). Usually it's not a big issue as
closeRepository
is followed bypromoteRepository
, however in CD pipeline withcloseRepository
->pushReleaseTag
->promoteRepository
steps pushing a release tag to SCM is performed while it should not.A
closeRepository
task probably could wait for a close operation to finish.The text was updated successfully, but these errors were encountered: