f500 / future-ci

A Continuous Integration tool by Future500 B.V.
MIT License
3 stars 2 forks source link

Use the suite name in the config if provided #11

Closed mvriel closed 9 years ago

mvriel commented 9 years ago

In this commit I have altered the algorith for retrieving the Build CN (name used to make the build path with) to use the build.name variable in the configuration if it exists.

If the name does not exist it will fallback to the current behaviour and use the filename.

The Build CN is not a one-to-one match with the name; any uppercase letters are converted to lowercase and spaces are converted to underscores to match the existing format.