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 add a new table entry in surefire reports

I am new to maven. So finding it difficult to cope it with. I have two questions: Is there any way to add new contents in the maven surefire report plugin like new table etc. I want to customize the reports according to my need. I am using…
Amit Shakya
  • 1,396
  • 12
  • 27
0
votes
0 answers

How to get the build number from other build configuration (for example B) without increasing the B build number in Teamcity

I have 2 build configuration named A and B.I want to use the build number of build config B in the build step of A. And I don't want a change to be made in the build number of B (that is, it won't be built again.) Only when the build number of B is…
0
votes
2 answers

Jenkins - prevent a pipeline/job from being triggered by multiple upstream projects -restrict one build to one upstream project

I searched a lot online but did not find an answer to this. We have two projects A and B, which trigger a common project C as it's pipeline step. Now if A has triggered C (common project), and B also triggers C at around the same time, only one…
Deepthi
  • 495
  • 4
  • 12
0
votes
0 answers

What is the method to begin the build number from a specific number and continue incrementing from that point?

Currently, I am utilizing TFVC as a source control version within Azure DevOps, and I'm using the Classic Editor for my build pipeline. I am aware that $(Rev:r) is a predefined variable utilized solely in the Build Number Format to increment the…
0
votes
0 answers

Azure Pipelines: Get build number of latest run of a different pipeline and set it to an environment variable

In Azure Pipelines I have a pipeline (lets call it Car) which consumes a product of another pipeline (lets call it Wheel) In Car I need a build task that goes: -Find the "latest" run of Wheel -Get it's $(Build.BuildNumber) -Assign that to an…
0
votes
1 answer

display build number in page footer, application deployed using azure devops

I have deployed a website containing react as front end and node as back end using azure devops in azure vm and its working perfect. now i want to display build number & release number in page footer of the website. can anyone help with it, i'm…
0
votes
2 answers

How can I access the `Build.BuildNumber` Azure variable from the inside of an ASP.NET application?

How can I access the Build.BuildNumber Azure variable from the inside of an ASP.NET application? Is it the same as assembly number and can be retrieved using the (source)? Assembly web = Assembly.Load("App_Code"); AssemblyName webName =…
0
votes
2 answers

How I can Push number build from Azure DevOps Pipelines to file *.csproj (project ASP.NET CORE)?

I am beginner to A and just starting to work in it What task I must add in project ASP.NET CORE to Azure DevOps Pipelines to pass the build number from the azure devops pipeline to the project code Client.Shell.csproj:
0
votes
1 answer

OSVERSIONINFOW.dwBuildNumber does not return the complete build number of Windows 10

The build number of my Windows 10 is 18363.900, as shown in the below picture. I tried RtlGetVersion(PRTL_OSVERSIONINFOW), but OSVERSIONINFOW.dwBuildNumber only returns 18363. Why doesn't RtlGetVersion return the complete build number? How can I…
0
votes
1 answer

How to add build number (from Jenkins) to jar file?

My application is build by Jenkins and Maven, I want to add the build number to jar file (this includes adding to the filename of the jar and also add the build number in the jar), potentially create a file that includes the version+build number in…
wawawa
  • 2,835
  • 6
  • 44
  • 105
0
votes
0 answers

How to disable use branch name with GitVersion

Is there a way to disable GitVersion using the branch name? We had an inadvertent build number increment as the result of using a branch named: 3.16-changelist The current build version was 3.16.0 After merging that branch it was: 3.16.1 That was…
John
  • 633
  • 4
  • 9
0
votes
0 answers

How to retrieve maven build number in pom.xml?

I would like to retrieve maven build number in pom.xml so that I could use it to tag docker image with dockerfile-maven-plugin. I have checked out https://www.mojohaus.org/buildnumber-maven-plugin/usage.html but that's not what I want. According to…
Kok How Teh
  • 3,298
  • 6
  • 47
  • 85
0
votes
2 answers

Get windows build number in Haskell

How can I get windows build number in Haskell? I think I can use readProcess and ver, but maybe there are more clear methods.
Malyutin Egor
  • 127
  • 1
  • 10
0
votes
1 answer

Custom File Version/ Product Version of exe by building an application

As the title suggests I need to assign an application a custom file and/or product version by building a project from Visual Studio. I know you can assign a build number from an application publish but I am not publishing these applications, I am…
Tiaan
  • 698
  • 2
  • 10
  • 32
0
votes
1 answer

Is there a correct way to do iTunes Connect build numbers?

I did my build numbers as 1, and then 2. Does this matter - is it just a mater of preference as to how you do them?
D-A UK
  • 1,084
  • 2
  • 11
  • 24