PT #164169543: Correct theia file upload regex
This commit is contained in:
@@ -115,7 +115,7 @@ resources:
|
|||||||
access_key_id: ((s3_accesskey))
|
access_key_id: ((s3_accesskey))
|
||||||
secret_access_key: ((s3_secretkey))
|
secret_access_key: ((s3_secretkey))
|
||||||
region_name: ((s3_region))
|
region_name: ((s3_region))
|
||||||
regexp: sts4/theia-extensions/snapshots/theia-bosh-v(.*).tgz
|
regexp: sts4/theia-extensions/snapshots/theia-bosh-(.*).tgz
|
||||||
- name: s3-cf-manifest-yaml-theia-snapshot
|
- name: s3-cf-manifest-yaml-theia-snapshot
|
||||||
type: s3
|
type: s3
|
||||||
source:
|
source:
|
||||||
@@ -123,7 +123,7 @@ resources:
|
|||||||
access_key_id: ((s3_accesskey))
|
access_key_id: ((s3_accesskey))
|
||||||
secret_access_key: ((s3_secretkey))
|
secret_access_key: ((s3_secretkey))
|
||||||
region_name: ((s3_region))
|
region_name: ((s3_region))
|
||||||
regexp: sts4/theia-extensions/snapshots/theia-cf-manifest-yaml-v(.*).tgz
|
regexp: sts4/theia-extensions/snapshots/theia-cf-manifest-yaml-(.*).tgz
|
||||||
- name: s3-concourse-theia-snapshot
|
- name: s3-concourse-theia-snapshot
|
||||||
type: s3
|
type: s3
|
||||||
source:
|
source:
|
||||||
@@ -131,7 +131,7 @@ resources:
|
|||||||
access_key_id: ((s3_accesskey))
|
access_key_id: ((s3_accesskey))
|
||||||
secret_access_key: ((s3_secretkey))
|
secret_access_key: ((s3_secretkey))
|
||||||
region_name: ((s3_region))
|
region_name: ((s3_region))
|
||||||
regexp: sts4/theia-extensions/snapshots/theia-concourse-v(.*).tgz
|
regexp: sts4/theia-extensions/snapshots/theia-concourse-(.*).tgz
|
||||||
- name: s3-spring-boot-theia-snapshot
|
- name: s3-spring-boot-theia-snapshot
|
||||||
type: s3
|
type: s3
|
||||||
source:
|
source:
|
||||||
@@ -139,7 +139,7 @@ resources:
|
|||||||
access_key_id: ((s3_accesskey))
|
access_key_id: ((s3_accesskey))
|
||||||
secret_access_key: ((s3_secretkey))
|
secret_access_key: ((s3_secretkey))
|
||||||
region_name: ((s3_region))
|
region_name: ((s3_region))
|
||||||
regexp: sts4/theia-extensions/snapshots/theia-spring-boot-v(.*).tgz
|
regexp: sts4/theia-extensions/snapshots/theia-spring-boot-(.*).tgz
|
||||||
- name: s3-manifest-yaml-fatjar-snapshot
|
- name: s3-manifest-yaml-fatjar-snapshot
|
||||||
type: s3
|
type: s3
|
||||||
source:
|
source:
|
||||||
|
|||||||
Reference in New Issue
Block a user