从 bitbucket 管道推送 git 标签?
Pushing git tags from bitbucket pipelines?
我想使用 axion-release-plugin
将标签添加到 git 存储库。
现在我想找到一种方法让 git 能够从 bitbucket 管道推送标签。
我怎样才能做到这一点?
好的,这很简单。
当 运行 gradle 从命令行执行任务时,我需要添加 -Dhttp.proxyHost=localhost -Dhttp.proxyPort=29418
这是因为 bitbucket 引入了与 git 存储库交互的新方式:
我想使用 axion-release-plugin
将标签添加到 git 存储库。
现在我想找到一种方法让 git 能够从 bitbucket 管道推送标签。
我怎样才能做到这一点?
好的,这很简单。
当 运行 gradle 从命令行执行任务时,我需要添加 -Dhttp.proxyHost=localhost -Dhttp.proxyPort=29418
这是因为 bitbucket 引入了与 git 存储库交互的新方式: