22 lines
570 B
YAML
22 lines
570 B
YAML
---
|
|
platform: linux
|
|
image_resource:
|
|
type: registry-image
|
|
source:
|
|
repository: ((open-service-broker-dev-docker-registry))/ci/scosb-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: distribution-repository
|
|
caches:
|
|
- path: maven
|
|
- path: gradle
|
|
run:
|
|
path: git-repo/ci/scripts/build-project.sh
|
|
params:
|
|
ARTIFACTORY_USERNAME: ((artifactory-username))
|
|
ARTIFACTORY_PASSWORD: ((artifactory-password))
|