Merge "use parameters from project.yaml"

This commit is contained in:
Jenkins 2013-12-19 23:04:33 +00:00 committed by Gerrit Code Review
commit 26e3b0f23b
3 changed files with 7 additions and 10 deletions

View File

@ -1,9 +1,9 @@
# usig a freestyle project to work around jenkins bug:
# usig a freestyle project to work around jenkins bug:
# https://issues.jenkins-ci.org/browse/JENKINS-14193
- job-template:
name: 'gate-{name}-build'
node: precise
node: '{node}'
wrappers:
- timeout:
@ -30,7 +30,7 @@
- job-template:
name: '{name}-hpi-artifact'
node: precise
node: '{node}'
wrappers:
- timeout:
@ -56,7 +56,7 @@
publishers:
- war:
site: 'tarballs.openstack.org'
site: '{tarball-site}'
warfile: 'target/{name}-${{PROJECT_VER}}.hpi'
target: 'tarballs/ci/{name}'
- console-log

View File

@ -3,7 +3,7 @@
- job-template:
name: 'gate-{name}-build'
node: precise
node: '{node}'
wrappers:
- timeout:
@ -30,7 +30,7 @@
- job-template:
name: '{name}-localrepo-upload'
node: precise
node: '{node}'
wrappers:
- timeout:
@ -54,7 +54,7 @@
publishers:
- war:
site: 'tarballs.openstack.org'
site: '{tarball-site}'
warfile: 'target/{name}-${{PROJECT_VER}}.jar'
target: 'tarballs/ci/{name}'
- console-log

View File

@ -387,7 +387,6 @@
- project:
name: gearman-plugin
maven-group-id: org.jenkins-ci.plugins
github-org: openstack-infra
node: precise
tarball-site: tarballs.openstack.org
@ -397,7 +396,6 @@
- project:
name: clouddocs-maven-plugin
maven-group-id: com.rackspace.cloud.api
github-org: stackforge
node: precise
tarball-site: tarballs.openstack.org
@ -407,7 +405,6 @@
- project:
name: zmq-event-publisher
maven-group-id: org.jenkins-ci.plugins
github-org: openstack-infra
node: precise
tarball-site: tarballs.openstack.org