Reputation: 1037
I want to provide the setting.xml file for different jobs in Jenkins, that use maven plugin.
As you can see, there is an option to use provided settings.xml file, but I can't find, where can I upload it to Jenkins.
Was trying to find it in Manage Jenkins - Configure system, but without any results.
Could you tell me, where can I find a way to provide
Upvotes: 1
Views: 7603
Reputation: 3002
You can use Config file provider plugin
This allow you to load your settings xml to the job's workspace. After this you can find it in the job settings.
Upvotes: 1