Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-71237

Implementing additional DurableTaskStep(s)

XMLWordPrintable

      In a new plugin, depending on workflow-durable-task-step-plugin, I've extended DurableTaskStep:

      public class MyCustomStep extends DurableTaskStep {
        ...
      }

      However, when trying to use the step via Pipeline Syntax, I'm getting the following error:

      <st:include> No page found 'config-details' for class my.pkg.name.MyCustomStep

      It seems it refers to DurableTaskStep/config.jelly.
      How do I correctly extend that base class?

            Unassigned Unassigned
            lppedd Edoardo
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: