2017-05-30 60 views

回答

2

有一個tag_filter屬性可用於git資源類型。有關更多文檔,請參閱git resource type documentation

因此,像:

resources: 
- name: source-code 
    type: git 
    source: 
    uri: [email protected]:concourse/git-resource.git 
    branch: master 
    tag_filter: "*" 

應該工作。