pass parameter from jenkins parameterized build to windows batch command
问题 I am starting to use Jenkins, which is a really great tool. We are using parameterized build, we define parameter such as branch name ${Branch} (e.g. dev, release, main etc). In the build config, I can add a windows batch command, is there a way I can pass down these parameters to the batch command? I tried to pass like "%${Branch}%" or "%Branch%", but seems not working. Can anyone help? Many Thanks 回答1: Using Parameterized Build , you need to define parameters. The value of these will be