关闭dev 的 submodule --remote
This commit is contained in:
parent
b3fc548c29
commit
a22e054f84
@ -37,17 +37,11 @@ def call(Map config)
|
||||
credentialsId: '503eaa43-0676-40ac-81c0-d9c5cc8b4ff7'
|
||||
]],
|
||||
extensions: [
|
||||
[$class: 'CloneOption',
|
||||
depth: 0,
|
||||
noTags: false,
|
||||
reference: '',
|
||||
shallow: false,
|
||||
timeout: 20],
|
||||
[$class: 'SubmoduleOption',
|
||||
disableSubmodules: false,
|
||||
parentCredentials: true,
|
||||
recursiveSubmodules: true,
|
||||
trackingSubmodules: true, // 启用 --remote 功能
|
||||
trackingSubmodules: false, // 关闭,避免冲突
|
||||
reference: '',
|
||||
timeout: 20,
|
||||
threads: 1],
|
||||
@ -55,6 +49,7 @@ def call(Map config)
|
||||
[$class: 'PruneStaleBranch']
|
||||
]
|
||||
])
|
||||
|
||||
}
|
||||
}
|
||||
stage("Build Unity Android")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user