You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When repository ID is read from server retry mechanism is able to wait for the repo to be effectively closed. This effectively breaks closeAndPromoteRepository task...
:closeRepository (Thread[Daemon worker Thread 9,5,main]) started.
:closeRepository
Putting task artifact state for task ':closeRepository' into context took 0.0 secs.
Executing task ':closeRepository' (up-to-date check took 0.0 secs) due to:
Task has not declared any outputs.
Getting staging profile for package group 'io.gitlab.nexus-at'
Getting 'open' repository for staging profile '5027d084a01a3a'
Closing repository 'iogitlabnexus-at-1014' with staging profile '5027d084a01a3a'
Repository 'iogitlabnexus-at-1014' with staging profile '5027d084a01a3a' has been closed
:closeRepository (Thread[Daemon worker Thread 9,5,main]) completed. Took 5.408 secs.
:promoteRepository (Thread[Daemon worker Thread 9,5,main]) started.
:promoteRepository
Putting task artifact state for task ':promoteRepository' into context took 0.0 secs.
Executing task ':promoteRepository' (up-to-date check took 0.0 secs) due to:
Task has not declared any outputs.
Using configured staging profile id: 5027d084a01a3a
Promoting repository 'iogitlabnexus-at-1014' with staging profile '5027d084a01a3a'
POST response failed. 500: Server Error, body: [errors:[[id:*, msg:Unhandled: Repository: iogitlabnexus-at-1014 has invalid state: open]]]
:promoteRepository FAILED
:promoteRepository (Thread[Daemon worker Thread 9,5,main]) completed. Took 1.531 secs.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':promoteRepository'.
> 500: Server Error, body: [errors:[[id:*, msg:Unhandled: Repository: iogitlabnexus-at-1014 has invalid state: open]]]
This is a regression in 0.6.0 in which reusing repo id has been introduced - #36.
The text was updated successfully, but these errors were encountered:
When repository ID is read from server retry mechanism is able to wait for the repo to be effectively closed. This effectively breaks
closeAndPromoteRepository
task...This is a regression in 0.6.0 in which reusing repo id has been introduced - #36.
The text was updated successfully, but these errors were encountered: