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

Durable Task 1.13 breaks env vars expressions contributed by EnvInject

XMLWordPrintable

      Thanks to the magic in the code, it appears EnvInject can contribute env vars to script steps in Pipeline. However, Durable Task 1.13 breaks some use-cases like nested variables (e.g. "MYVAR=$MYVAR:123" see the changelog).

      • EnvInject really injects job properties in this case using some non-trivial logic. I didn't notice that routine during the code review
      • Upgrade to Durable task 1.13 breaks the use-case
      • Upgrade to "Pipeline Nodes and Processes Plugin" 2.10 does not resolve the issue

      Though EnvInject does not support Pipeline, the root cause of this issue needs to be investigated and maybe fixed. Likely the fix should be applied on the EnvInject side according to my initial investigation.

            Unassigned Unassigned
            oleg_nenashev Oleg Nenashev
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: