* Scriptify rolling the version numbers. * Delegate building release versions on the CI server. * Add ability to promot to bintray. * Add ability to sync to maven central. * Add ability to promote to bintray
20 lines
338 B
YAML
20 lines
338 B
YAML
---
|
|
platform: linux
|
|
|
|
image_resource:
|
|
type: docker-image
|
|
source:
|
|
repository: openjdk
|
|
tag: 8-jdk
|
|
|
|
inputs:
|
|
- name: spring-session-data-mongodb-artifactory
|
|
- name: spring-session-data-mongodb-github
|
|
|
|
run:
|
|
path: spring-session-data-mongodb-github/ci/promote-to-bintray.sh
|
|
|
|
params:
|
|
ARTIFACTORY_USERNAME:
|
|
ARTIFACTORY_PASSWORD:
|