jenkinsci / environment-dashboard-plugin

Jenkins plugin to create an environment/component dashboard to display the current status of deployment jobs
https://plugins.jenkins.io/environment-dashboard/
MIT License
29 stars 230 forks source link

ERROR Updating Deployment Dashboard #118

Open jenkins-cognito opened 8 years ago

jenkins-cognito commented 8 years ago

I'm getting an error post build to update the dashboard

Post-Build Update: Error running query UPDATE env_dashboard SET buildStatus = 'SUCCESS', created_at = current_timestamp WHERE envComp = 'Hermes Test=Mobile Management Organisation Service' AND joburl = 'job/Project/job/Services/job/MobileManagementOrganisation-Service/job/MobileManagementOrganisationService-Deploy/33/';.

Another job produced the following error/warning with the dashboard not updating to reflect job status:

Post-Build Update: WARN: Could not alter table env_dashboard.

This is affecting our dashboard as it seems as though the deploy is still running. This is an intermittent problem that only happens on occasions

esoc24 commented 7 years ago

I'm also seeing this issue, were you able to get it resolved?