211efc5819
Change-Id: Id564409a3a183ecfe3984fe8b3cf7de3784c99df Co-Authored-By: Steven Armstrong <Steven.9.armstrong@gmail.com>
19 lines
512 B
YAML
19 lines
512 B
YAML
wrappers:
|
|
- artifactory-generic:
|
|
url: http://artifactory.example.net/artifactory
|
|
name: 'test'
|
|
deploy-build-info: true
|
|
key-from-select: 'repo'
|
|
deploy-pattern:
|
|
- '*.zip=>results'
|
|
resolve-pattern:
|
|
- 'libs-release-local:prod/*=>prod-jars'
|
|
matrix-params:
|
|
- 'custom_prop=${PROJECT_ENV_VAR}'
|
|
env-vars-include: true
|
|
env-vars-include-patterns:
|
|
- 'PROJECT_*'
|
|
- 'ORG_*'
|
|
discard-old-builds: true
|
|
discard-build-artifacts: true
|