Skip to content

Commit

Permalink
Update src/main/java/hudson/plugins/emailext/MailAccount.java
Browse files Browse the repository at this point in the history
Co-authored-by: James Nord <jtnord@users.noreply.github.com>
  • Loading branch information
slide and jtnord committed Sep 24, 2024
1 parent 44c3037 commit 9682506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/plugins/emailext/MailAccount.java
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ private void migrateCredentials() {
} catch (Descriptor.FormException e) {
// safe to ignore as too short password should happen only in FIPS mode
// and migrating from no FIPS to FIPS is not supported, but only fresh start
throw new RuntimeException(e);
throw new RuntimeException("Password used for email-ext server configuration could not be migrated", e);
}
SystemCredentialsProvider.getInstance().getCredentials().add(newCredentials);
credentialsId = newCredentials.getId();
Expand Down

0 comments on commit 9682506

Please sign in to comment.