Browse Source

Updating pipeline

master
Drew Short 5 years ago
parent
commit
8e8b1c0335
  1. 7
      pipeline.yml

7
pipeline.yml

@ -13,10 +13,11 @@ resources:
- README.md - README.md
- name: git-resource-image - name: git-resource-image
type: docker-image type: docker-image
icon: docker
source: source:
repository: nexus.nulloctet.com:5001/sothr/pdf2htmlex
username: ((nexus_docker_push.username))
password: ((nexus_docker_push.password))
repository: ((nexus_docker_write.host))/sothr/pdf2htmlex
username: ((nexus_docker_write.username))
password: ((nexus_docker_write.password))
jobs: jobs:
- name: build-image - name: build-image

Loading…
Cancel
Save