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

[GIT SCM] Allow "Recursively update submodules" additional behaviour

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Fixed
    • Icon: Minor Minor
    • job-dsl-plugin
    • None

      In Jenkins UI:

      Can be done now as:

      scm {
              git {
                  // ...
                  configure { gitscm ->
                      gitscm / 'extensions' << 'hudson.plugins.git.extensions.impl.SubmoduleOption' {
                          recursiveSubmodules(true)
                      }
                  }
              }
          }
      

            daspilker Daniel Spilker
            lanwen Kirill Merkushev
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: