-
I have a workflow that I built some time ago and have 99 builds. I just built a brand-new workflow and when using a variable $PROJECT_BUILD_NUMBER in my new workflow it returned 1, while it should have returned 100. Do personal accounts have the ability to do this or "project" is only when you have a team feature? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @zuboje, You can find the list of built-in variables here. Also, these are generic platform features available for everyone. |
Beta Was this translation helpful? Give feedback.
Hi @zuboje, You can find the list of built-in variables here. Also, these are generic platform features available for everyone.
I think you are looking at
$BUILD_NUMBER
- The number of the build for this project in Codemagic for the given workflow.