Parameterized builds #2101
Replies: 3 comments 1 reply
-
Thanks for the idea @mikeborozdin! Do you have some specific use case in mind for this feature? I see that you want to specify the app version and change log. Is this for specifiying those for a release build or something else. And do you possibly have other use cases in mind? |
Beta Was this translation helpful? Give feedback.
-
Hi maintainers, I have a specific use case for this. Say that my repo needs a dependency from another repository to build (like a jar file). My workflow begins by checkout the other repo to build the jar file from a branch, then proceeds to build the current repo. I would like the ability to set a parameter, specifically the branch of the other repo. I could use the environment variable to have a default branch name, but also for a specific build, I would like to be able to override that default parameter. Something like this could be useful for every build. Other use case would be the ability to specify some variables that need to be passed in to a shell script. |
Beta Was this translation helpful? Give feedback.
-
sorry for the late update 🙈 |
Beta Was this translation helpful? Give feedback.
-
Use case
Idea
Beta Was this translation helpful? Give feedback.
All reactions