diff options
author | Christian Breunig <christian@breunig.cc> | 2023-09-19 21:31:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-19 21:31:51 +0200 |
commit | 6221aeb7d10ddeae8ff164a26287275c53770960 (patch) | |
tree | 4fb1137187d3f681a21da3dfcceaac338d9fab34 | |
parent | 93090af8c36584c64b8d6c3fbac8b69b0de7d2d8 (diff) | |
parent | 63afb281494dd8ac8e4169a41af45fcac6a22eb5 (diff) | |
download | vyos-build-crux.tar.gz vyos-build-crux.zip |
Merge pull request #412 from c-po/cruxcrux
Jenkins: disable nightly builds for old LTS image
-rw-r--r-- | Jenkinsfile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 55bea4d5..a94ffe5a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -53,9 +53,6 @@ pipeline { reuseNode true } } - triggers { - cron('H 6 * * *') - } 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)') |