在我的项目中,我有一个GitFlow样式的存储库。
如何让Jenkins执行以下操作:(XXXX = Release No)
我知道我可以使用git-chooser-alternative 插件按优先顺序放置分支,但我不知道如何选择包含单词Release的分支 -
答案 0 :(得分:0)
您可以使用管道。
function execInBackground() {
//this will run in background
exec("php process.php $id $type > /dev/null &");
}