Replies: 2 comments
-
Hello @ayusha259, |
Beta Was this translation helpful? Give feedback.
-
Hello @ayusha259,
In this case, the workflow name is |
Beta Was this translation helpful? Give feedback.
-
Hello @ayusha259, |
Beta Was this translation helpful? Give feedback.
-
Hello @ayusha259,
In this case, the workflow name is |
Beta Was this translation helpful? Give feedback.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
In my current CI/CD setup with Codemagic, I receive Slack notifications upon build completion. The notifications follow this format:
#[build_index] [app_version]
For example: #5 1.2.16.
I’d like to customize the build index to match the numbering scheme of my previous CI/CD workflow. Specifically, I want to start the build index at a specific value (e.g., 200) and have it increment from there with each subsequent build, rather than starting at the default 1.
Expected results
The goal is to align the build index with the actual build numbers used in TestFlight for iOS or for App distribution for Android builds.
Actual results
The build index starts at 1 and increments automatically with each new build. I cannot find an option to set a custom starting value for the build index to align with my previous CI/CD workflow or match the build numbers used in TestFlight or Android builds.
Build id (optional)
No response
Beta Was this translation helpful? Give feedback.
All reactions