|
|
@ -1,11 +1,10 @@ |
|
|
|
--- |
|
|
|
resources: |
|
|
|
- name: git-resource |
|
|
|
type: git |
|
|
|
icon: git |
|
|
|
source: |
|
|
|
uri: https://git.nulloctet.com/warricksothr/Asset-Compression-Manager.git |
|
|
|
tag_filter: "*[0-9].*[0-9].*[0-9]" |
|
|
|
tag_filter: '*[0-9].*[0-9].*[0-9]' |
|
|
|
- name: git-resource-image-nexus |
|
|
|
type: docker-image |
|
|
|
icon: docker |
|
|
@ -20,21 +19,25 @@ resources: |
|
|
|
repository: sothr/acm |
|
|
|
username: ((hub_docker_write.username)) |
|
|
|
password: ((hub_docker_write.password)) |
|
|
|
|
|
|
|
jobs: |
|
|
|
- name: build-image |
|
|
|
plan: |
|
|
|
- get: git-resource |
|
|
|
trigger: true |
|
|
|
- put: git-resource-image-nexus |
|
|
|
params: |
|
|
|
build: git-resource |
|
|
|
tag_file: git-resource/.git/ref |
|
|
|
tag_as_latest: true |
|
|
|
get_params: {skip_download: true} |
|
|
|
- put: git-resource-image |
|
|
|
params: |
|
|
|
build: git-resource |
|
|
|
tag_file: git-resource/.git/ref |
|
|
|
tag_as_latest: true |
|
|
|
get_params: {skip_download: true} |
|
|
|
- get: git-resource |
|
|
|
trigger: true |
|
|
|
- in_parallel: |
|
|
|
- put: git-resource-image-nexus |
|
|
|
params: |
|
|
|
build: git-resource |
|
|
|
cache: sothr/acm:latest |
|
|
|
tag_file: git-resource/.git/ref |
|
|
|
tag_as_latest: true |
|
|
|
get_params: |
|
|
|
skip_download: true |
|
|
|
- put: git-resource-image |
|
|
|
params: |
|
|
|
build: git-resource |
|
|
|
cache: sothr/acm:latest |
|
|
|
tag_file: git-resource/.git/ref |
|
|
|
tag_as_latest: true |
|
|
|
get_params: |
|
|
|
skip_download: true |