我想使用axion-release-plugin,它将标签添加到git存储库。
axion-release-plugin
现在我想找到一种让git能够从bitbucket管道推送标签的方法。
我怎么能做到这一点?
好吧,这很简单。
在从命令行运行gradle任务时,我需要添加-Dhttp.proxyHost=localhost -Dhttp.proxyPort=29418
-Dhttp.proxyHost=localhost -Dhttp.proxyPort=29418
这是因为bitbucket引入了与git存储库交互的新方法:
https://community.atlassian.com/t5/Bitbucket-Pipelines-articles/Pushing-back-to-your-repository/ba-p/958407