61810813b8
The existing config creates a bad URL: http://tarballs.openstack.org/ironic-python-agent/coreos/ ipa-coreos.tar.gz/ipa-coreos.tar.gz -- this is an attempt to prevent duplicating the ipa-coreos.tar.gz. Change-Id: I7f17874aaa74e83a46cd821ac409cf4e045e128d
22 lines
508 B
YAML
22 lines
508 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'
|
|
keep-hierarchy: false
|
|
copy-after-failure: false
|
|
- console-log
|