Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion job_templates/ci_job.xml.em
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<recursiveSubmodules>true</recursiveSubmodules>
<trackingSubmodules>false</trackingSubmodules>
<reference/>
<parentCredentials>true</parentCredentials>
<parentCredentials>@[if os_name in ['windows', 'windows-container']]true@[else]false@[end if]</parentCredentials>
<shallow>false</shallow>
</hudson.plugins.git.extensions.impl.SubmoduleOption>
</extensions>
Expand Down
2 changes: 1 addition & 1 deletion job_templates/packaging_job.xml.em
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ All packages listed here have to be available from either the primary or supplem
<recursiveSubmodules>true</recursiveSubmodules>
<trackingSubmodules>false</trackingSubmodules>
<reference/>
<parentCredentials>true</parentCredentials>
<parentCredentials>@[if os_name in ['windows', 'windows-container']]true@[else]false@[end if]</parentCredentials>
<shallow>false</shallow>
</hudson.plugins.git.extensions.impl.SubmoduleOption>
</extensions>
Expand Down