| Seems that there exist some tests related with third party mailer system that are broken at acceptance-test-harness:
plugins.EmailExtPluginTest.build
plugins.MailWatcherPluginTest.notify_master_on_jenkins_restart
plugins.MailWatcherPluginTest.notify_slave_on_restart
plugins.MailerPluginTest.send_mail_for_failed_build
plugins.MailerPluginTest.send_test_mail
plugins.MavenPluginTest.send_mail
So, seems a new credential token at MailTrap is needed as done here: https://github.com/jenkinsci/acceptance-test-harness/pull/439/files API said it is owned by Oliver Gondža:
{
"id": 5560,
"email": "ogo...@gmail.com",
"api_token": "ceb98fc6d89ea0cf44e368916cec41c7",
"auth_token": "eyJhbGciOiJIUzUxMiJ9.eyJkYXRhIjp7InRva2VuIjoiY2ViOThmYzZkODllYTBjZjQ0ZTM2ODkxNmNlYzQxYzcifX0.aTn0tZwmZlRm9s_82n5XEG2T_FjuNnqKKJzNLAZXNHeR90PKngyBvXUKXQja2wc2pG1omn2nKwforxJzSSqiig",
"timezone": "UTC",
"billing_plan_info": {
"name": "Free",
"need_card": false,
"braintree_id": "",
"price": 0,
"companies_count": 1,
"inboxes_count": 1,
"messages_count": 50,
"forward_rules_count": 0,
"inbox_forward_email_count": 0,
"company_users_count": 0,
"inbox_users_count": 0,
"inbox_rate_limit": 2,
"inbox_email_address": false,
"cycle_messages_count": 500,
"cycle_forward_count": 0,
"id": "unpaid"
},
"billing_settings": null,
"name": "ogondza",
"gravatar_icon": "https://secure.gravatar.com/avatar/34d86e5da885fe60bfb18286fc71663e?s=100
https://secure.gravatar.com/avatar/34d86e5da885fe60bfb18286fc71663e?s=100
",
"gravatar_little_icon": "https://secure.gravatar.com/avatar/34d86e5da885fe60bfb18286fc71663e?s=30
https://secure.gravatar.com/avatar/34d86e5da885fe60bfb18286fc71663e?s=30
",
"is_integrated": false,
"timezone_in_int": 0,
"pending_email": null,
"billing_subscription_status": "active",
"created_at_int": 1396535754,
"providers": [
{
"id": 80364,
"provider": "google_oauth2",
"created_at": "2018-03-08T12:14:17.150Z",
"updated_at": "2018-03-08T12:14:17.150Z"
}
],
"system_message": "You have reached the email sending limit (500) for the current billing period. To resolve the matter, you may wait until the next billing period or upgrade your plan",
"just_signed_up": false
}
"You have reached the email sending limit (500) for the current billing period. To resolve the matter, you may wait until the next billing period or upgrade your plan" seems the issue here. |