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
687 B

5 years ago
  1. ---
  2. resources:
  3. - name: git-resource
  4. type: git
  5. icon: git
  6. source:
  7. uri: ssh://git@git.nulloctet.com:8437/docker/pdf2htmlex.git
  8. private_key: |
  9. ((pull_key))
  10. ignore_paths:
  11. - pipeline.yml
  12. - upload_pipeline.sh
  13. - README.md
  14. - name: git-resource-image
  15. type: docker-image
  16. source:
  17. repository: nexus.nulloctet.com:5001/sothr/pdf2htmlex
  18. username: ((nexus_docker_push.username))
  19. password: ((nexus_docker_push.password))
  20. jobs:
  21. - name: build-image
  22. plan:
  23. - get: git-resource
  24. trigger: true
  25. - put: git-resource-image
  26. params:
  27. build: git-resource
  28. tag_file: git-resource/tag