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

  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. - name: git-resource-image
  14. type: docker-image
  15. source:
  16. repository: nexus.nulloctet.com:5001/sothr/pdf2htmlex
  17. username: ((nexus_docker_push.username))
  18. password: ((nexus_docker_push.password))
  19. jobs:
  20. - name: build-rootfs
  21. public: true
  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