appirio-tech / thurgood

Thurgood is an automated build, testing and security tool for Appirio and topcoder utilizing Jenkins and Checkmarx.
5 stars 16 forks source link

Staging / Production Papertrail Accounts #56

Closed jeffdonthemic closed 10 years ago

jeffdonthemic commented 10 years ago

When an papertrail account doesn't exist in the local database, a new account is created in Papertrail. An issue arises when an account exists in the staging db, in Papertrail but not in the production db. So then when the account is created in the production db it will fail as it already exists in Papertrail.

We need to return the Papertrail account and then insert that account into the local db.

jeffdonthemic commented 10 years ago

Fixed by #59