In the Build action of Pipeline allow user to set the build number - Mendix Forum

In the Build action of Pipeline allow user to set the build number

2

Ann an option here that the user can set the version he wants.

Guring our acceptance testen we want to deploy a new version every night. 

We want to do this with samen version. 

 

We have already started our newest release in another branche. Once you have set the version higher in any branche all ppeline use the newest highet number. This is not a desired solution. I now manualy build the package and stage it. ONly use the pipeline to restart the enviroment.

 

Thats a pitty, could be more usable with this option.

image.png

asked
1 answers

Great idea,

I wanted to post the same idea today and saw yours :) Upvoted it!

 

I think that a solution could be, to store the version number pér branch instead of 1 overall version (like it is at the moment)

This way, you can create multiple pipelines (1 for deploying to Test, 1 for deploying a different branch to acceptance etc.)

And don't need to think about the versioning any more (maybe once, changing it for a new branch/build)

Created