diff options
author | Christian Breunig <christian@breunig.cc> | 2024-05-28 22:55:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-28 22:55:54 +0200 |
commit | 257496d6bf022c36bd13651b247921b2f22c6db6 (patch) | |
tree | 23697c617652d427667163aa40c0e82e5e5a8fcc /Jenkinsfile | |
parent | 501f39293773fd522d7f42473ce02edadb6613d7 (diff) | |
parent | 5753b4b6247271ab92c6be26b812bd15d7a4a9a8 (diff) | |
download | vyos-build-257496d6bf022c36bd13651b247921b2f22c6db6.tar.gz vyos-build-257496d6bf022c36bd13651b247921b2f22c6db6.zip |
Merge pull request #646 from dmbaturin/T6414-generic-flavor-name
build: T6414: rename the "iso" flavor to "generic"
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 85399230..87e02ccc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -101,7 +101,7 @@ pipeline { --build-by "${params.BUILD_BY}" \ --debian-mirror http://deb.debian.org/debian/ \ --build-type release \ - --version "${VYOS_VERSION}" ${CUSTOM_PACKAGES} iso + --version "${VYOS_VERSION}" ${CUSTOM_PACKAGES} generic """ if (fileExists('build/live-image-amd64.hybrid.iso') == false) { |