workflow-cps-global-lib: inheritance (extends) not working

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      I'm not able to use inheritance in Workflow Global Library code.

      Here is a simple example to demonstrate:

      // src/com/test/MyMap.groovy
      
      package com.test
      
      class MyMap extends HashMap {
      
          def test(String property) {
              super.get(property)
          }
      }
      

            Assignee:
            Unassigned
            Reporter:
            Martin Vehovsky
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: