Click here to Skip to main content
15,891,513 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Are Software versions a decimal? Pin
kalberts20-Feb-19 1:35
kalberts20-Feb-19 1:35 
GeneralRe: Are Software versions a decimal? Pin
Mike (Prof. Chuck)20-Feb-19 2:08
professionalMike (Prof. Chuck)20-Feb-19 2:08 
GeneralRe: Are Software versions a decimal? Pin
obermd21-Feb-19 19:46
obermd21-Feb-19 19:46 
GeneralRe: Are Software versions a decimal? Pin
PIEBALDconsult20-Feb-19 2:21
mvePIEBALDconsult20-Feb-19 2:21 
GeneralRe: Are Software versions a decimal? Pin
Dave Kreskowiak20-Feb-19 6:20
mveDave Kreskowiak20-Feb-19 6:20 
GeneralRe: Are Software versions a decimal? Pin
Mike (Prof. Chuck)20-Feb-19 18:53
professionalMike (Prof. Chuck)20-Feb-19 18:53 
GeneralRe: Are Software versions a decimal? Pin
kalberts20-Feb-19 21:18
kalberts20-Feb-19 21:18 
GeneralRe: Are Software versions a decimal? Pin
Mike (Prof. Chuck)20-Feb-19 22:14
professionalMike (Prof. Chuck)20-Feb-19 22:14 
Yes, a new build project resets, thats true.
Our setup is that the scope never changes. scope is meant in terms of "visual studio solution" or "android studio project".
Each app has one and only one build project on the build server. Spawned over branches, release channel, alpha channel, all that stuff.
So each "channel" does not have continuous build numbers.
We do this for the app/play stores as they want unique numbers and we just use the build number from the build server as apk version.

only exception is the nightly full-build-test-CI build. those will never see light of day outside the testing environment. these builds have their own build number.

alpha and release share a build number, and each build gets tagged with its channel name.
so we have, for instance, 5270-77 are alpha and 3 days later the 5278 is the release.

the builds are tagged on the build server and we can run reports on a per-channel basis to see which builds we have.
each channel has different retention times, how long artifacts are kept before they get deleted.
nightly gets purged every day (it purges before the next starts), if there is not a freezing tag set, alpha stays for 10 days, release forever.
we can set freezing tags to prevent specific artifacts from being deleted, if they need closer investigation in case of problems/errors/failed tests.

but all-in-all we just use that auto-generated number to keep the artifacts unique. we don't have so many rules in place and nobody is telling us how and what we build. we are a small company (<50 ppl) and this is very good Smile | :)

GeneralRe: Are Software versions a decimal? Pin
Dave Kreskowiak21-Feb-19 2:42
mveDave Kreskowiak21-Feb-19 2:42 
GeneralRe: Are Software versions a decimal? Pin
Gary Wheeler20-Feb-19 6:37
Gary Wheeler20-Feb-19 6:37 
GeneralRe: Are Software versions a decimal? Pin
Member 916705720-Feb-19 20:53
Member 916705720-Feb-19 20:53 
GeneralRe: Are Software versions a decimal? Pin
Formerly 11521271 Member20-Feb-19 21:33
professionalFormerly 11521271 Member20-Feb-19 21:33 
GeneralRe: Are Software versions a decimal? Pin
englebart21-Feb-19 1:54
professionalenglebart21-Feb-19 1:54 
GeneralRe: Are Software versions a decimal? Pin
agolddog21-Feb-19 2:37
agolddog21-Feb-19 2:37 
GeneralRe: Are Software versions a decimal? Pin
PSU Steve21-Feb-19 4:02
professionalPSU Steve21-Feb-19 4:02 
GeneralRe: Are Software versions a decimal? Pin
Gerry Schmitz21-Feb-19 6:10
mveGerry Schmitz21-Feb-19 6:10 
GeneralRe: Are Software versions a decimal? Pin
vbjay.net21-Feb-19 7:48
vbjay.net21-Feb-19 7:48 
GeneralRe: Are Software versions a decimal? Pin
DerekT-P21-Feb-19 10:04
professionalDerekT-P21-Feb-19 10:04 
GeneralRe: Are Software versions a decimal? Pin
Mike (Prof. Chuck)21-Feb-19 18:32
professionalMike (Prof. Chuck)21-Feb-19 18:32 
GeneralRe: Are Software versions a decimal? Pin
jschell23-Feb-19 9:34
jschell23-Feb-19 9:34 
GeneralRe: Are Software versions a decimal? Pin
Kirk 1038982126-Feb-19 4:43
Kirk 1038982126-Feb-19 4:43 
GeneralCCCWNSO Pin
pkfox19-Feb-19 22:10
professionalpkfox19-Feb-19 22:10 
GeneralMini CCCs 27 Pin
Tim Deveaux19-Feb-19 18:24
Tim Deveaux19-Feb-19 18:24 
GeneralRe: Mini CCCs 27 Pin
GKP199219-Feb-19 18:40
professionalGKP199219-Feb-19 18:40 
GeneralRe: Mini CCCs 27 - Done Pin
Tim Deveaux19-Feb-19 18:41
Tim Deveaux19-Feb-19 18:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.