diff options
author | Christian Breunig <christian@breunig.cc> | 2023-08-25 07:26:27 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-08-25 07:28:36 +0200 |
commit | 0a6193471664996efa0ccd4316a4b3fbe745c177 (patch) | |
tree | f4a393b581029ea561d65ba33e91fcdaba3525d8 /Jenkinsfile | |
parent | 601f1a1b5127dfa77267ee03fdb4065cacfa524f (diff) | |
download | vyos-build-0a6193471664996efa0ccd4316a4b3fbe745c177.tar.gz vyos-build-0a6193471664996efa0ccd4316a4b3fbe745c177.zip |
Jenkins: do not publish builds to Amazon S3
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 7d27f0a6..13c878e0 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_SNAPSHOT', defaultValue: false, description: 'Upload image to AWS S3 snapshot bucket') booleanParam(name: 'TEST_SMOKETESTS', defaultValue: true, description: 'Run Smoketests after ISO build') booleanParam(name: 'TEST_RAID1', defaultValue: true, description: 'Perform RAID1 installation tests') |