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
0
votes
1 answer

How to increase float build number by using script

Hello guys i have tried following ways but none of them helped me to increase it without having any error on command line. My current build number is 1.4.0 , i wanna get 1.5.0.. get bundle version and build version values from info.plist…
dicle
  • 1,122
  • 1
  • 12
  • 40
0
votes
3 answers

Jenkins build number: accessing from called Java program

How can I access the Jenkins build number and job path from the called Java program into this program? Background: during the Java program runs, I want to create a dynamic link with this program (pathtothecurrentbuild/log) to the log file of the…
user4790472
0
votes
0 answers

configure maven "SNAPSHOT" keyword to convert to a custom build number instead of timestamp

the company product has an externally tracked build number, and we want to easily correlate the product build number to the build jars. I'd like to use the same build number as the unique id of the jar publish instead of the default timestamp. Is…
Scott Chang
  • 301
  • 4
  • 11
0
votes
2 answers

How to retain the build number while migrating a Jenkins job?

We have a Jenkins job running on a Jenkins server instance A. The current build number for this job is say 58. We are migrating this Jenkins job to a new Jenkins server - B. However, there is a need to retain the build number - 58 from the previous…
sumant
  • 127
  • 1
  • 3
  • 11
0
votes
1 answer

How to increase build number automatically in PHP

There are some similar questions but none of them helped my case. All the other questions were talking about versioning number but I needed something that will only increase the build number. I needed a script that would check if there are any files…
Engin Yapici
  • 5,673
  • 5
  • 22
  • 32
0
votes
1 answer

Pre-Release and Build Version Numbers in NuGet

What is considered a pre-release package in NuGet, is it anything that has a dash followed by something e.g. 1.0.0-something? Also, how can you use a build number using NuGet? The NuGet docs about versioning say that you can use 1.0.0-build123.…
0
votes
0 answers

Jenkins Ant Build

I configured the Jenkins for the automation of ANT build for my project. I installed the Build Name Setter plugin and got the desired name for every build as below using the ${BUILD_NUMBER} parameter I would like get this build name in the jenkins…
Vamsi Ravi
  • 1,196
  • 8
  • 26
0
votes
1 answer

Versioning modules independently in multi project environement and zipping all dependencies

I am new to ant and Ivy. We are using Jenkins for CI with ant for builds, Ivy for dependency manger. We have several modules/projects which generate jars and wars, which can be independently versioned and released (not all modules will be released…
tigger tigger
  • 109
  • 2
  • 9
0
votes
1 answer

Is it possible to count build number in general project in Eclipse?

Is it possible to embed build number in arbitrary source file in eclipse? Suppose I have a general project to edit some config files and then to upload them to the server with Ant script. Now I want that some config file contain build number or…
Suzan Cioc
  • 29,281
  • 63
  • 213
  • 385
0
votes
4 answers

is it possible to get an xPages build number?

I do all development in a single application. when a new version is ready I create a template and give it a version number. this way I can store a history of all previous versions. the development templates are used to push the new design to many…
Thomas Adrian
  • 3,543
  • 6
  • 32
  • 62
-1
votes
1 answer

AssemblyInfo patching for native DLLs

is there a way to patch a native DLL (not managed) with the build number? so when I right click on the dll and choose Properties I can see in the Details tab "Production Version" as the build number? or maybe any other property there set as build…
ovi
  • 460
  • 4
  • 18
-1
votes
2 answers

How to pass parameters from a powershell script to TFS 2013 build?

We are using TFS Build 2013 and I am configuring our build strategy. We want to keep it as default as possible, so we want to use the default build process template without any custom activities. Instead we have some Powershell scripts, which are…
Sjoerdson
  • 123
  • 2
  • 9
1 2 3 4
5