a39c4d85d1
Artifactory support adds three modules to jenkins-job-builder: 1. Artifactory publisher 2. Artifactory wrapper (for Maven projects) 3. Generic-Artifactory wrapper (for other project types) Change-Id: I801bba707198226d63c94d869cae9167eb4906d4
15 lines
358 B
YAML
15 lines
358 B
YAML
wrappers:
|
|
- artifactory-maven-freestyle:
|
|
url: http://artifactory.example.net/artifactory
|
|
name: 'test'
|
|
repo-key: repo
|
|
matrix-params:
|
|
- 'custom_prop=${PROJECT_ENV_VAR}'
|
|
deployment-include-patterns:
|
|
- '*.zip=>results'
|
|
env-vars-include: true
|
|
env-vars-include-patterns:
|
|
- 'PROJECT_*'
|
|
- 'ORG_*'
|
|
|