Bamboo版本上何时设置元数据?
Screenshot of Metadata tab from successful build execution
我在作业中配置了一个Git存储库。 我可以在Bamboo的源代码中看到REPOSITORY_URL,REPOSITORY_BRANCH和REPOSITORY_USERNAME在com.atlassian.bamboo.plugins.git.GitRepository.java,getPlanRepositoryVariables()和类似的getCustomVariables()中进行了设置。
无论我如何触发计划(轮询触发,手动启动,自定义启动),这些变量都不会出现在“构建元数据”标签中。
在什么情况下会执行这些方法并设置值?