dice2011
dice2011

Reputation: 1037

Providing setting.xml file for Jenkins

I want to provide the setting.xml file for different jobs in Jenkins, that use maven plugin. enter image description here

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

Answers (1)

Mike Adamenko
Mike Adamenko

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

Related Questions