Jenkins: nighly builds now run on GitHub including smoketests

This commit is contained in:
Christian Breunig 2023-09-15 20:21:53 +02:00
parent 419c71c0b6
commit d7e4fbece7

3
Jenkinsfile vendored
View File

@ -53,9 +53,6 @@ pipeline {
reuseNode true
}
}
triggers {
cron('H 3 * * *')
}
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)')