diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-12-24 09:21:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-24 09:21:10 +0100 |
commit | 72c9f1f89c014ecfb0f2e02ee41c59aa8f5a271a (patch) | |
tree | f8b54597da22840847f5650f5c482296a1b3f7ca /Jenkinsfile | |
parent | 2f691bb2f61e96d832ca116e388c85cfec1f5ff7 (diff) | |
download | vyos-build-72c9f1f89c014ecfb0f2e02ee41c59aa8f5a271a.tar.gz vyos-build-72c9f1f89c014ecfb0f2e02ee41c59aa8f5a271a.zip |
Jenkins: stop publishing ISO images after 1.3.0 LTS release
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 83ad8baf..e5ace26a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -59,7 +59,7 @@ pipeline { parameters { string(name: 'BUILD_BY', defaultValue: 'autobuild@vyos.net', description: 'Builder identifier (e.g. jrandomhacker@example.net)') string(name: 'BUILD_VERSION', defaultValue: env.BASE_VERSION + 'ISO8601-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_PUBLISH', defaultValue: false, 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') } |