diff options
| author | Christian Breunig <christian@breunig.cc> | 2023-09-15 20:21:53 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2023-09-15 20:21:55 +0200 |
| commit | d7e4fbece743f57535a71b71cc281e0a8bcdb0ad (patch) | |
| tree | 776c0168275e04451698f119e1b4fa92ac548ad1 | |
| parent | 419c71c0b6c619a5c956a1b276fc1d262dea405a (diff) | |
| download | vyos-build-d7e4fbece743f57535a71b71cc281e0a8bcdb0ad.tar.gz vyos-build-d7e4fbece743f57535a71b71cc281e0a8bcdb0ad.zip | |
Jenkins: nighly builds now run on GitHub including smoketests
| -rw-r--r-- | Jenkinsfile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index a89bac1c..f59b0d47 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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)') |
