don't start cron job as this branch is currently not used

master
Doris Ruppert (ext.) 2023-02-01 09:32:15 +00:00
parent fd85d1b125
commit 541659b470
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -32,7 +32,8 @@
//here comes the trigger according to crontabs - jenkins is in UTC
triggers {
//every 1st of every month at 00:00
cron('0 0 1 * *')
// currently this branch is not used, so dont start it at all
// cron('0 0 1 * *')
//every day at 08:00
//cron('0 8 * * *')