ipa320 / jenkins_setup

4 stars 12 forks source link

enable rosinstall files #58

Open floweisshardt opened 10 years ago

floweisshardt commented 10 years ago

instead of filling the plugin manually it should be possible to upload a rosinstall file for multiple repositories (e.g. 20-30 repos at once)

Therefore we need to add an additional option to "Add Repository" which is "Rosinstall file". This should offer a text field to post a rosintall file to or upload a rosinstall file from disc. With a "update settings" button the rosinstall file gets validated and put together to specify further job options.

floweisshardt commented 10 years ago

the content of the rosinstall file should be transformed into the pluginstructure and saved into pipeline_config.yaml. what we need is a converter from pipeline_config.yaml back to the plugin structure (visualisation in jenkins).