Jim Rollenhagen 14f5114658 Use build script in IPA repo
This commit uses the build script from the IPA repo, rather than
embedding the script in the config.

Change-Id: I60f01de5c81c5ee25d10a6edb7c4d2f452e389c7
2014-07-01 15:51:50 -07:00

22 lines
526 B
YAML

- job:
name: 'ironic-python-agent-buildimage-coreos'
node: 'bare-trusty'
builders:
- link-logs
- net-info
- gerrit-git-prep
- shell: |
imagebuild/coreos/full_trusty_build.sh
publishers:
- scp:
site: 'tarballs.openstack.org'
files:
- source: 'ipa-coreos.tar.gz'
target: 'tarballs/ironic-python-agent/coreos/ipa-coreos.tar.gz'
keep-hierarchy: false
copy-after-failure: false
- console-log