Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change the current build number?

Tags:

teamcity

How can I change the current build number to a value specified manually? I'm migrating my project from another build system to TeamCity, and I'd like to make the current build number the same as it was in the old system.

like image 481
seticer Avatar asked Oct 28 '15 07:10

seticer


People also ask

How do I change my build number?

Step 1: Go to Settings > About Phone. Step 2: Tap Software Info > Build Number. Step 3: Tap Build Number seven times.

Can we change build number in Jenkins?

The build number can be changed as part of a Job DSL script.

How do I change the build number on bamboo?

If you need to "reset" the build number to 1 this can be achieved by cloning the build plan via the Create menu, Clone plan. After cloning and verifying all is configured correctly delete the old build plan and revise all external links to point to the new one.


1 Answers

  1. Go to the General Settings of the build configuration.
  2. Click the orange Show advanced options.
  3. Set the Build counter to your desired value.
  4. Set the Build number format to %build.counter%.
like image 159
sferencik Avatar answered Oct 13 '22 20:10

sferencik