versionnumber-plugin icon indicating copy to clipboard operation
versionnumber-plugin copied to clipboard

Jenkins version number plugin

Results 8 versionnumber-plugin issues
Sort by recently updated
recently updated
newest added

Fix tow BUG: 1、Different prefix version Numbers should be incremented simultaneously when called simultaneously 2、The first unprefixed number is incremented based on the previous number with a prefix.

Aborted runs are worse than Not Built runs, so the version number does not update by default for Aborted runs. This change fixes that.

Not sure if y'all even want this, but it's useful for my team in our .NET shop. MSBuild supports auto-incrementing assembly version numbers in the form of 1.0.* or 1.0.1.*,...

Eliminates potential non-increasing build numbers when using BUILD_DATE_FORMATTED caused by daylight savings time

credit to @felegy for the changes

Two new version number string options have been implemented: - BUILD_WEEK_OF_YEAR - WEEKS_SINCE_PROJECT_START Note: the first one was pulled from gommo/Hudson-VersionNumber-Plugin.