Show friendly error message when Bamboo restart is required due to UPM update

Issue #37 resolved
Sergey Podobry created an issue

Steps to reproduce:

  1. Run plan with TFS Repository
  2. Update UPM without Bamboo restart
  3. Run plan with TFS Repository <-- UnsatisfiedLinkError

Cause:

UPM restarts all plugins and breaks JNI bindings that throws UnsatisfiedLinkError.

Fix:

Catching UnsatisfiedLinkError and showing the error to a user. However Bamboo restart is required to get TFS Repository working after UPM update.

Comments (5)

  1. Log in to comment