-
Improvement
-
Resolution: Fixed
-
Major
-
Jenkins 1.609
workflow-plugin 1.6
embeddable-build-status-plugin 1.7
The new Job type added by the workflow-plugin cannot be casted to AbstractProject:
java.lang.ClassCastException: org.jenkinsci.plugins.workflow.job.WorkflowJob cannot be cast to hudson.model.AbstractProject
at org.jenkinsci.plugins.badge.RunBadgeAction.<init>(RunBadgeAction.java:18)
at org.jenkinsci.plugins.badge.RunBadgeActionFactory.createFor(RunBadgeActionFactory.java:21)
at hudson.model.Run.getTransientActions(Run.java:376)
Would be nice to see this new plugin covered by a badge too.
- links to
[JENKINS-28642] Add Support to the New Workflow Plugin
Assignee | Original: Kohsuke Kawaguchi [ kohsuke ] | New: Sam Van Oort [ svanoort ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Remote Link | New: This issue links to "PR to patch this (Web Link)" [ 13181 ] |
Resolution | New: Done [ 10000 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Resolution | Original: Done [ 10000 ] | |
Status | Original: Resolved [ 5 ] | New: Reopened [ 4 ] |
Code changed in jenkins
User: Jesse Glick
Path:
COMPATIBILITY.md
http://jenkins-ci.org/commit/workflow-plugin/0e761dad73fab0f1cb11621690e339b6cc8c5d65
Log:
JENKINS-28642Noting.