]> Frank Brehm's Git Trees - pixelpark/create-vmware-tpl.git/commitdiff
Setting final date of Jenkins cron execution
authorFrank Brehm <frank.brehm@pixelpark.com>
Thu, 19 Apr 2018 14:16:16 +0000 (16:16 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Thu, 19 Apr 2018 14:16:16 +0000 (16:16 +0200)
create_vmware_template.groovy

index 237ba5dc162e787d85e8418d21bff0574bb7c611..4968e1754b7a2edcfc373cd8f0546aea05a91652 100644 (file)
@@ -84,8 +84,7 @@ job("create-vmware-template") {
     }
 
     triggers {
-        // cron(‘25 3 * * *’)
-        cron('14 16 * * *')
+        cron('H H(3-4) * * *')
     }
 
     scm {