Branch: refs/heads/master Home: https://github.com/jenkinsci/email-ext-plugin Commit: 3ed0b444b61a65b73f8b28124962e9533fee9c7a https://github.com/jenkinsci/email-ext-plugin/commit/3ed0b444b61a65b73f8b28124962e9533fee9c7a Author: Alex Earl <slide.o....@gmail.com> Date: 2021-11-16 (Tue, 16 Nov 2021)
Changed paths: M pom.xml M src/main/java/hudson/plugins/emailext/ExtendedEmailPublisher.java M src/main/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptor.java M src/main/java/hudson/plugins/emailext/MailAccount.java M src/main/resources/hudson/plugins/emailext/ExtendedEmailPublisher/global.groovy M src/main/resources/hudson/plugins/emailext/MailAccount/config.groovy M src/test/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptorJCasCTest.java M src/test/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptorTest.java M src/test/java/hudson/plugins/emailext/ExtendedEmailPublisherTest.java M src/test/java/hudson/plugins/emailext/MailAccountTest.java A src/test/resources/configuration-as-code-upgrade.yml M src/test/resources/configuration-as-code.yml A src/test/resources/hudson/plugins/emailext/ExtendedEmailPublisherDescriptorTest/persistedConfigurationWithCredentialId/hudson.plugins.emailext.ExtendedEmailPublisher.xml A src/test/resources/hudson/plugins/emailext/ExtendedEmailPublisherDescriptorTest/persistedConfigurationWithCredentialId/jenkins.model.JenkinsLocationConfiguration.xml Log Message: ----------- feat: Use credentials plugin for managing authentication credentials (#325) This switches the `MailAccount` class to use credentials instead of directly storing the username/password. There is an upgrade path from the old settings to using credentials. -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/email-ext-plugin/push/refs/heads/master/79c961-3ed0b4%40github.com.