Jenkins: rename ISO from rolling to beta

This commit is contained in:
Christian Poessinger 2021-01-08 22:31:31 +01:00
parent 17198b3ff6
commit f1ebd94147

2
Jenkinsfile vendored
View File

@ -141,7 +141,7 @@ pipeline {
--build-by autobuild@vyos.net \
--debian-mirror http://ftp.us.debian.org/debian/ \
--build-type release \
--version 1.3-rolling-\$(date +%Y%m%d%H%M) \
--version 1.3-beta-\$(date +%Y%m%d%H%M) \
--custom-package "vyos-1x-smoketest"
sudo make iso
"""