plouc / mozaik-ext-jenkins

Mozaïk jenkins widgets
MIT License
10 stars 26 forks source link

Remove trailing whitespace from JobBuilds.id #17

Closed macklinu closed 8 years ago

macklinu commented 8 years ago

This commit removes an extra space that gets logged from a JobBuilds widget.

Previously, the following was logged:

info: Calling 'jenkins.job.my-repo '

This commit fixes it to read:

info: Calling 'jenkins.job.my-repo'