Browse Source

Making pipeline job public

master
Drew Short 5 years ago
parent
commit
8264d580d7
  1. 6
      pipeline.yml

6
pipeline.yml

@ -7,15 +7,19 @@ resources:
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/_/pdf2htmlex
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

Loading…
Cancel
Save