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

Default doGenerateSubmoduleConfigurations: false should not be added by checkout pipeline syntax for git

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • git-plugin
    • None
    • git plugin 3.x and later with pipeline plugins
    • Git plugin 4.6.0

      When using the Pipeline syntax in a running Jenkins instance, the pipeline fragment generated for git by the checkout step always includes:

      doGenerateSubmoduleConfigurations: false

      That is the default value. The pipeline syntax user interface provides no way to change that value and there are no automated tests for a non-default value.

      doGenerateSubmoduleConfigurations: false should be removed from the pipeline syntax output because it is a default value.

      Likewise for submoduleCfg

            markewaite Mark Waite
            markewaite Mark Waite
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: