-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Windows Server 2008 R2 6.1 Jenkins 1.500 phing-plugin 0.11 promoted-builds 2.8
"Invoke Phing targets" is available from the build actions for a Jenkins job, but not as a "Promote builds when..." action for the promoted-builds plugin. Other actions, like "Execute shell", "Invoke Ant" and "Invoke top-level Maven targets" are available but I'd like to run Phing directly.
The promoted-builds plugin wants PhingDescriptor to be an instance of hudson.tasks.BuildStepDescriptor hudson.model.Descriptor<hudson.tasks.Builder> and checks if BuildStepDescriptor.isApplicable() returns true.