2 name: 'PROJECT_SHORTNAME-clm-{stream}'
10 daysToKeep: '{build-days-to-keep}'
11 numToKeep: '{build-num-to-keep}'
12 artifactDaysToKeep: '{build-artifact-days-to-keep}'
13 artifactNumToKeep: '{build-artifact-num-to-keep}'
21 credentials-id: '{ssh-credentials}'
27 - ssh-agent-credentials:
35 - provide-maven-settings:
36 global-settings-file: 'odl-global-settings'
37 settings-file: 'JENKINS_SETTINGS'
42 goals: 'clean install com.sonatype.clm:clm-maven-plugin:index -V -B -Djenkins -DskipTests=true -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r'
43 maven-opts: '-Xmx4096m -XX:MaxPermSize=512m'
44 settings: 'JENKINS_SETTINGS'
46 global-settings: 'odl-global-settings'
47 global-settings-type: cfp
50 - shell: 'find . -regex ".*karaf/target" | xargs rm -rf'
52 application-name: PROJECT_SHORTNAME
56 email-prefix: '[PROJECT_SHORTNAME]'
58 maven-version: '{mvn33}'