mirror of
https://gitee.com/dcren/initializr.git
synced 2026-01-09 18:04:49 +08:00
25 lines
499 B
YAML
25 lines
499 B
YAML
---
|
|
platform: linux
|
|
image_resource:
|
|
type: registry-image
|
|
source:
|
|
repository: springio/concourse-release-scripts
|
|
tag: '0.3.4'
|
|
username: ((docker-hub-username))
|
|
password: ((docker-hub-password))
|
|
inputs:
|
|
- name: git-repo
|
|
- name: artifactory-repo
|
|
outputs:
|
|
- name: version
|
|
params:
|
|
ARTIFACTORY_SERVER:
|
|
ARTIFACTORY_USERNAME:
|
|
ARTIFACTORY_PASSWORD:
|
|
SONATYPE_USERNAME:
|
|
SONATYPE_PASSWORD:
|
|
SONATYPE_URL:
|
|
SONATYPE_STAGING_PROFILE_ID:
|
|
run:
|
|
path: git-repo/ci/scripts/promote.sh
|