# Lithium build jobs - project: name: autorelease jobs: - 'autorelease-lithium-daily' # stream: branch with - in place of / (eg. stable-helium) # branch: branch (eg. stable/helium) stream: - master: branch: 'master' project: 'releng/autorelease' jdk: 'openjdk7' - job-template: name: 'autorelease-lithium-daily' project-type: maven node: dynamic_verify jdk: '{jdk}' logrotate: daysToKeep: '{build-days-to-keep}' numToKeep: '{build-num-to-keep}' artifactDaysToKeep: '{build-artifact-days-to-keep}' artifactNumToKeep: '{build-artifact-num-to-keep}' parameters: - project-parameter: project: '{project}' scm: - git: credentials-id: '{ssh-credentials}' url: '$GIT_BASE' refspec: '' branches: - 'origin/{branch}' skip-tag: true recursive-submodules: true wrappers: - autorelease-build-timeout - ssh-agent-credentials: user: '{ssh-credentials}' triggers: - timed: 'H 0 * * *' maven: maven-name: '{mvn32}' root-pom: 'pom.xml' goals: 'clean install -Pintegrationtests,docs -fae -Dcheckstyle.skip=true -Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo' maven-opts: '-Xmx4096m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' settings: '{autorelease-settings}' global-settings: '{odl-global-settings}' publishers: - email-notification: email-prefix: '[autorelease]'