summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-05-02 14:27:39 +0200
committerChristian Poessinger <christian@poessinger.com>2021-05-02 14:27:41 +0200
commitb7767e9c99df2290bfa2b6a639fbcbb5a6c6e58f (patch)
tree91fce43657343579bf9ff65c691334cdfd35c60d /Jenkinsfile
parenta9f22f460cbe668deea5e59c03bc1c64475fe483 (diff)
downloadvyos-build-b7767e9c99df2290bfa2b6a639fbcbb5a6c6e58f.tar.gz
vyos-build-b7767e9c99df2290bfa2b6a639fbcbb5a6c6e58f.zip
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.
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
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')