This isn't as simple as just doing a parametrized build. I've already got a specific build process that will build and deploy whenever any of these branches are pushed to GitHub:
So if I've just pushed develop
and it built successfully, how do I trigger a manual build and have it pull feature/my-new-feature
(without doing a git push
)? I tried enabling parametrized build, adding a new string called branch
, and then adding a new branch specifier, */$branch
. I then ran a build and set branch
to feature/my-new-feature
and it still pulled from develop
.
I'd appreciate any help!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…