Gradle build parameter are not supplied correctly - Parameterized-trigger plugin

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

XMLWordPrintable

      When using the "trigger other jobs" feature, build parameters are not send correctly to Gradle jobs.

      The plugin format arguments by adding a -Dxxx which is an Ant syntax. In Gradle, build arguments follow -Pxxx syntax.

      Example :

      Predefined parameters : release=${release}
      Job call (console output) : xxxx\gradle -Drelease=true
      Should be : xxxx\gradle -Prelease=true

            Assignee:
            Gregory Boissinot
            Reporter:
            Jérémie Charest
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: