Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-69919

Cron is unable to work with multiple time zones

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • core

      Freestyle and Pipeline Jobs are unable to add corn rules for multiple timezones.

          TZ=Europe/London
          H 8 * * *
          TZ=Africa/Ouagadougou
          H(0-30) 17 * * *
      

      also code like this is illegal

          H 8 * * *
          TZ=Africa/Ouagadougou
          H(0-30) 17 * * *
      

          [JENKINS-69919] Cron is unable to work with multiple time zones

          Bartosz Nowak created issue -
          Bartosz Nowak made changes -
          Description Original: Freestyle and Pipeline Jobs are unable to add corn rules for multiple timezones.

          {code:java}
              TZ=Europe/London
              H 8 * * *
              TZ=Africa/Ouagadougou
              H(0-30) 17 * * *
          {code}
          New: Freestyle and Pipeline Jobs are unable to add corn rules for multiple timezones.

          {code:java}
              TZ=Europe/London
              H 8 * * *
              TZ=Africa/Ouagadougou
              H(0-30) 17 * * *
          {code}

          also code like this is illegal
          {code:java}
              H 8 * * *
              TZ=Africa/Ouagadougou
              H(0-30) 17 * * *
          {code}
          Bartosz Nowak made changes -
          Issue Type Original: Improvement [ 4 ] New: Bug [ 1 ]
          Alex Earl made changes -
          Comment [ Timezones are not supported in the cron syntax. ]
          Bartosz Nowak made changes -
          Labels New: core cron
          Mark made changes -
          Link New: This issue is duplicated by JENKINS-73809 [ JENKINS-73809 ]

            Unassigned Unassigned
            dumam Bartosz Nowak
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: