2

我在大厅管道中使用多分支资源,如下所示:

resources:
- name: my-resource
  type: git-multibranch
  source:
    uri: git@github.com.../my-resource
    branches: 'feature/.*'
    private_key: ...  
    ignore-branches: ''

如何在作业运行时访问资源所在的分支?像这样:

jobs:
...
    outputs:
  - name: my-resource
    params:
      GIT_BRANCH: {BRANCH-GOES-HERE}

我希望通过类似 my-resource.branch 的方式访问它,但还没有找到任何可行的东西

4

0 回答 0