]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
[ceph-windows-image-build] Add job to build the CI Windows image 1949/head
authorIonut Balutoiu <ibalutoiu@cloudbasesolutions.com>
Fri, 7 Jan 2022 15:21:46 +0000 (17:21 +0200)
committerIonut Balutoiu <ibalutoiu@cloudbasesolutions.com>
Thu, 13 Jan 2022 13:17:48 +0000 (15:17 +0200)
commitb54d60f69000dc5252358d3b9b80cb5ed3de40c4
tree1a5e8eab042e984891ae15e7ad111af80ede075a
parent5d824c0b0fbbab3c60d69b9aa9195452a999309e
[ceph-windows-image-build] Add job to build the CI Windows image

Adds a new freestyle Jenkins job that builds, unattended, the Windows
Server 2019 qcow2 image used in the Ceph CI with libvirt.
ceph-windows-image-build/README.md [new file with mode: 0644]
ceph-windows-image-build/build/autounattend.xml [new file with mode: 0644]
ceph-windows-image-build/build/build [new file with mode: 0755]
ceph-windows-image-build/build/cleanup [new file with mode: 0755]
ceph-windows-image-build/build/install-openssh-server.ps1 [new file with mode: 0644]
ceph-windows-image-build/build/install-virtio-guest-tools.ps1 [new file with mode: 0644]
ceph-windows-image-build/build/install-windows-updates.ps1 [new file with mode: 0644]
ceph-windows-image-build/build/setup.ps1 [new file with mode: 0644]
ceph-windows-image-build/config/definitions/ceph-windows-image-build.yml [new file with mode: 0644]
scripts/build_utils.sh