Hi,
The config.xml file contains version specifier for some of the elements of job config.xml files, for example:
<scm class="hudson.plugins.git.GitSCM" plugin="g...@3.4.1">
What happens when, using the REST API, I upload a config.xml that contains versions that do not match current plugin versions in Jenkins?
Do I need to update my config.xml collection to match plugin versions every time I update Jenkins plugins?
Thanks in advance,
Martin