Questions tagged [build-numbers]

Numbers generated by build processes to identify instances of a project that may not correspond to releases.

Build numbers differ from version numbers in that they are generally incremented each time a project is compiled (often as a part of a continuous integration process) rather than when a code base has reached a certain set of milestones.

Depending on the project, build numbers can be based on the date and time of the build, the total number of builds performed for the project, or the total number of builds for a given version/release.

72 questions
2
votes
1 answer

HockeyApp error bundle version does not match

I have a Jenkins job that uploads my iOS app to HockeyApp. I can see this error in my logs Error uploading to HockeyApp: {"status"=>"error", "message"=>"Bundle Version does not match. Expected value: 228 Actual value: 15"} But the app seems to be…
m.y
  • 691
  • 9
  • 21
2
votes
1 answer

How to version number a project?

I have a maven multi-module project with more than 6 children modules in it. If a team of 3 is working in parallel taking 2 sub-modules each as their task, then how to increase the version number. whereas I am following Major.minor.patch-meta…
2
votes
1 answer

change version number dynamically when build with maven

Instead of changing the version manually, is there any way to update it with the build number? 1.2.132-SNAPSHOT In the above code, I need the build number instead of 132. I've used the following code to generate the build…
coder247
  • 2,913
  • 19
  • 50
  • 70
1
vote
1 answer

Ant build multiple jar with multiple manifest but single BuildNumber

I have 2 vars that I need. first is DSTAMP with yyyy-MM-dd formatting and the other one is the buildNumber from my .build file. In a simple structure like this :
TecHunter
  • 6,091
  • 2
  • 30
  • 47
1
vote
0 answers

Azure DevOps build number format for commit message

I want to determine the commit message with help of build number format. What is the format for it in build number format?
1
vote
1 answer

Is it possible to update only build number on app store?

When I update only the build number of an app for Testflight users, they get the update immediately without waiting for approval. Is the same thing possible for App Store updates? Is there a faster way than creating a new version and waiting for…
Henry
  • 379
  • 4
  • 11
1
vote
3 answers

TeamCity build number versus Ant build number task

I have a build project that I run from TeamCity, now it takes the build.number from TeamCity. I want to be able to use the buildnumber task (Ant) which in my understanding when used, is supposed to change the value of build number property and…
jonny
  • 53
  • 1
  • 4
1
vote
0 answers

how to enable debug on Galaxy tab 3 running Android kitkat 4.4.2

I know I can go to Settings/about device and tap the build nr 10 times and that will enable Developer options. I Have done this on many devices but on this Samsung Galaxy Tab 3 10.1 the build nr options is grayed out Here´s a picture(It´s Swedish…
Erik
  • 5,039
  • 10
  • 63
  • 119
1
vote
1 answer

Build Number of Android device is unique or not?

I attached the image to complete understanding of my question. Image of Build Number of my android device I have pointed out the build number of my android device. Here is my 2 question. 1) Is it unique for every device or it can be same? 2) if it…
Shafqat Kamal
  • 439
  • 4
  • 12
1
vote
1 answer

integrating uppercut and cc.net

I am trying to integrate uppercut and cc.net for getting build and revision... What do I have to put in the codebuild folder? while running cc.net, I'm getting svn folder Unable to execute file [D:\CodeBuild\abc\svn]. The file may not exist or…
deepasun
1
vote
1 answer

Is there a way to "Queue new Build" and override the output created by the Build Number Format

We are running TFS 2013 update 3 with Git - We have a powershell script that uses the output created by the BuildNumberFormat (environment variable TF_BUILD_BUILDNUMBER) that is generated at the time a build is executed. We also want to be able to…
TravisWhidden
  • 2,142
  • 1
  • 19
  • 43
1
vote
1 answer

Can you change the base date for .net automatic versioning?

I've set the AssemblyVersion property of a project to 3.0.* to get automatic build numbers generated whenever I do a new build of my project. The build number generated is the number of days elapsed since January 1, 2000. This means that if I do a…
Ferruccio
  • 98,941
  • 38
  • 226
  • 299
1
vote
1 answer

Get scons to generate a new build number

I'd like to get scons to read a previous version number from a file, update a source file with a new version number and current date and then write the number back to the original file ready for the next build. This needs to happen only when the…
Adam Naylor
  • 6,172
  • 10
  • 49
  • 69
1
vote
2 answers

Creating a .NET incrementing assembly build version in Git

How do I write a script which will create a source file containing the version number? I would like the build number (4th number in the version quadruple) to be autoincremented for each commit. I found some examples on how to use bash commands to do…
Lou
  • 4,244
  • 3
  • 33
  • 72
1
vote
1 answer

Version and Build Information Error Xcode 4

I'm using Xcode 4.3 and I have followed this user's steps to create the script: Version vs build in XCode For whatever reason it does not look like I can leave a comment there. As the answer area in StackOverlow is not a forum/discussion I'm a bit…
Demasterpl
  • 2,103
  • 5
  • 24
  • 32