swipely / jenkins-git-notes-plugin

22 stars 6 forks source link

Multi-configuration projects #10

Open rubdos opened 10 years ago

rubdos commented 10 years ago

When building a multiconfiguration request, the plugin overwrites the notes from the previous subjobs. This makes it less useful, because you won't see if a build succeeded with the not-most-recently build code.

Eg. I'm using a multiconfigurationjob for building code for Android, iOS, Linux and Windows. The last build was for Windows, but I can't see (in the notes) if the Android and iOS builds succeeded.

bfulton commented 10 years ago

@rubdos, supporting multi-configuration aggregation is a great idea. I'll look at level of effort and let you know what I find.

rubdos commented 10 years ago

Thank you for heaving a look at it :)