I am taking git repository,username and password as input from user and am creating a jenkins job using the below config.xml
<scm class="hudson.plugins.git.GitSCM" plugin="git@3.0.0">
<configVersion>2</configVersion>
<userRemoteConfigs>
<hudson.plugins.git.UserRemoteConfig>
**<url>"git repository path"</url>**
</hudson.plugins.git.UserRemoteConfig>
</userRemoteConfigs>
</scm>
I don't know the syntax for sending username and password in xml. Where should I add username and password in xml