You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
685 B
29 lines
685 B
---
|
|
resources:
|
|
- name: git-resource
|
|
type: git
|
|
icon: git
|
|
source:
|
|
uri: ssh://git@git.nulloctet.com:8437/docker/pdf2htmlex.git
|
|
private_key: |
|
|
((pull_key))
|
|
ignore_paths:
|
|
- pipeline.yml
|
|
- upload_pipeline.sh
|
|
- name: git-resource-image
|
|
type: docker-image
|
|
source:
|
|
repository: nexus.nulloctet.com:5001/sothr/pdf2htmlex
|
|
username: ((nexus_docker_push.username))
|
|
password: ((nexus_docker_push.password))
|
|
|
|
jobs:
|
|
- name: build-rootfs
|
|
public: true
|
|
plan:
|
|
- get: git-resource
|
|
trigger: true
|
|
- put: git-resource-image
|
|
params:
|
|
build: git-resource
|
|
tag_file: git-resource/tag
|