|
|
|
@@ -23,18 +23,10 @@ |
|
|
|
<if test="codeConfig.gitBranch != null and codeConfig.gitBranch != ''"> |
|
|
|
git_branch = #{codeConfig.gitBranch}, |
|
|
|
</if> |
|
|
|
<if test="codeConfig.verifyMode != null"> |
|
|
|
verify_mode = #{codeConfig.verifyMode}, |
|
|
|
</if> |
|
|
|
<if test="codeConfig.gitUserName != null and codeConfig.gitUserName != ''"> |
|
|
|
git_user_name = #{codeConfig.gitUserName}, |
|
|
|
</if> |
|
|
|
<if test="codeConfig.gitPassword != null and codeConfig.gitPassword != ''"> |
|
|
|
git_password = #{codeConfig.gitPassword}, |
|
|
|
</if> |
|
|
|
<if test="codeConfig.sshKey != null and codeConfig.sshKey != ''"> |
|
|
|
ssh_key = #{codeConfig.sshKey}, |
|
|
|
</if> |
|
|
|
verify_mode = #{codeConfig.verifyMode}, |
|
|
|
git_user_name = #{codeConfig.gitUserName}, |
|
|
|
git_password = #{codeConfig.gitPassword}, |
|
|
|
ssh_key = #{codeConfig.sshKey}, |
|
|
|
<if test="codeConfig.createBy != null and codeConfig.createBy != ''"> |
|
|
|
create_by = #{codeConfig.createBy}, |
|
|
|
</if> |
|
|
|
|