Using Jenkins pipeline for CI. Code Stuck after uninstalling app

So I have been having this problem for a couple of days now. I am trying to deploy my app to the Websphere using a Jenkins pipeline however it gets to this point:

ADMA5102I: The configuration data for myapp from the configuration repository is deleted successfully.
ADMA5011I: The cleanup of the temp directory for application myapp is complete.
ADMA5106I: Application myapp uninstalled successfully.

Then just hangs here indefinitely. I dont get an error or exception it just stays there with the loading symbol forever.

is there a way to fix this or maybe trace it? I’ve looking in the logs and it also just stops at: ADMA5106I: Application myapp uninstalled successfully.