clearcontainers / jenkins

Used to store the Jenkins based CI configuration files - both for backup, re-creation and history etc.
Apache License 2.0
3 stars 4 forks source link

config: Update Jenkins config #22

Closed sboeuf closed 6 years ago

sboeuf commented 7 years ago

This PR gathers three commits both updating different parts of the Jenkins configuration. Basically, they update users, plugins, and jobs directory. The main part is about jobs because they have been modified to store big logs from every builds as build artifacts. And also, the .gitignore file has been updated since we didn't need to keep tracking the CloudStatistics.xml file.

Fixes #19 Fixes #20 Fixes #21

sboeuf commented 7 years ago

@grahamwhaley please take a look