Updated syntax for distrobouder in Jenkinsfile

This commit is contained in:
2024-01-11 22:52:37 +01:00
parent 9a10d4539d
commit 870d649a18
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ pipeline {
if $ZX_Multicore; then
export XZ_DEFAULTS="-T $ZX_Cores"
fi
sudo $WORKSPACE/distrobuilder build-lxc CT-Build/Debian.yaml $WORKSPACE/REL/$ImgVersion/ -o image.Version=$ImgVersion
sudo $WORKSPACE/distrobuilder build-lxc CT-Build/Debian.yaml $WORKSPACE/REL/$ImgVersion/ -o image.release=$ImgVersion
sudo chown jenkins:jenkins -R $WORKSPACE/REL
mv $WORKSPACE/REL/$ImgVersion/rootfs.tar.xz Debian-$ImgVersion.tar.xz
'''