From b7767e9c99df2290bfa2b6a639fbcbb5a6c6e58f Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 2 May 2021 14:27:39 +0200 Subject: Jenkins: name CI build images "beta" instead of "rolling" ... this was the naming in the past but commit fe80f574b80 ("Jenkins: add parameters to image build") changed this back to rolling. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 56788e37..985cbb30 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -58,7 +58,7 @@ pipeline { } parameters { string(name: 'BUILD_BY', defaultValue: 'autobuild@vyos.net', description: 'Builder identifier (e.g. jrandomhacker@example.net)') - string(name: 'BUILD_VERSION', defaultValue: '1.3-rolling-' + env.TIMESTAMP, description: 'Version number (release builds only)') + string(name: 'BUILD_VERSION', defaultValue: '1.3-beta-' + env.TIMESTAMP, description: 'Version number (release builds only)') booleanParam(name: 'BUILD_PUBLISH', defaultValue: true, description: 'Publish this build to downloads.vyos.io and AWS S3') booleanParam(name: 'BUILD_SMOKETESTS', defaultValue: true, description: 'Include Smoketests in ISO image') booleanParam(name: 'BUILD_SNAPSHOT', defaultValue: false, description: 'Upload image to AWS S3 snapshot bucket') -- cgit v1.2.3