vjuranek commented on Bug JENKINS-14248

@Sebastian Möller - thanks for debugging! Could you please check via groovy console ($JENKINS_URL/script) if the projects action exists, by executing following script:

jenkins.model.Jenkins.instance.getItem("$PROJECT_NAME").getAction(hudson.plugins.disk_usage.ProjectDiskUsageAction.class)

(of course replacing $PROJECT_NAME by name of any project you have configured on your instance) if there is an ProjectDiskUsageAction assigned to the projects? If the disk usage is calculated and then it seems that transient project action are not created during the startup for some reason - this is just for verification if the transient project actions exists or not.
Thanks in advance.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to