Issue Type: Improvement Improvement
Assignee: Ignacio Albors
Components: next-executions
Created: 11/Jun/14 7:33 AM
Description:

First of all - thanks for the "possible next executions" widget - this was a really good idea.

But:
This widget also shows Job-Generators (see plugin https://wiki.jenkins-ci.org/display/JENKINS/Job+Generator+Plugin)
These jobs are listed in the next execution widget but they will never be executed by SCM-polls.

Please provide a filter like:

if(topLevelItem instanceof AbstractProject && !isGenerator(topLevelItem)){
...
}

where

private boolean isGenerator(TopLevelItem item){
   String gn = "org.jenkinsci.plugins.jobgenerator.JobGenerator";
   return project.getClass().getQualifiedName().equals(gn)
}

or something like that.

Environment: plugin 1.0.7
Jenkins 1.567
Project: Jenkins
Priority: Minor Minor
Reporter: Sven Appenrodt
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

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to