How to do Parameterized Build in BuildForge?
Can I do Parameterized Build in BF? Basically I want to give some input values before the build starts. This is how Jenkins does it: https://wiki.jenkins.io/display/JENKINS/Parameterized+Build
Accepted answer
The closest option to this under Build Forge would be the environment variables listed under the Job Start Page.
As this page should allow you modify most variables that are not set to "Read-Only"
If you wanted to set build to be able to run different depending on a a setting, an environment variable can be used against conditional type steps to control which build step or libraries are ran with the build.