Files
spring-credhub/ci/tasks/stage.yml
2024-05-23 13:14:13 +01:00

24 lines
584 B
YAML

---
platform: linux
image_resource:
type: registry-image
source:
repository: ((spring-credhub-dev-docker-registry))/ci/spring-credhub-ci
username: ((broadcom-jfrog-artifactory-robot-account.username))
password: ((broadcom-jfrog-artifactory-robot-account.password))
tag: ((ci-image-tag))
inputs:
- name: git-repo
outputs:
- name: stage-git-repo
- name: distribution-repository
params:
RELEASE_TYPE: ((release-type))
USER_NAME: ((git-username))
USER_EMAIL: ((git-email))
caches:
- path: maven
- path: gradle
run:
path: git-repo/ci/scripts/stage.sh