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

cannot use parameterizedCron with value that is boolean

      I want to use parameterized-scheduler and set with it a boolean value. 

      The pipeline does not recognize the date of cron as a result and it does not show the calculated date in the item's configuration nor, it run the pipeline when the date matches the cron. 

       

      My example :  

      ```
      triggers

      {   parameterizedCron('''     48 17 * * * %DO_SOMETHING=true   ''') }

      ```

      Please assist 

          [JENKINS-70606] cannot use parameterizedCron with value that is boolean

          Dor created issue -
          Dor made changes -
          Description Original: I want to use parameterized-scheduler and set with it a boolean value. 

           

          The pipeline does not recognize the date of cron as a result and it does not show the calculated date in the item's configuration nor, it run the pipeline when the date matches the cron. 

           

          Please assist 
          New: I want to use parameterized-scheduler and set with it a boolean value. 

          The pipeline does not recognize the date of cron as a result and it does not show the calculated date in the item's configuration nor, it run the pipeline when the date matches the cron. 

           

          My example :  

          ```
          triggers {
            parameterizedCron('''
              48 17 * * * %SOSIVIO_TESTING=true
            ''')
          }
          ```

          Please assist 
          Dor made changes -
          Description Original: I want to use parameterized-scheduler and set with it a boolean value. 

          The pipeline does not recognize the date of cron as a result and it does not show the calculated date in the item's configuration nor, it run the pipeline when the date matches the cron. 

           

          My example :  

          ```
          triggers {
            parameterizedCron('''
              48 17 * * * %SOSIVIO_TESTING=true
            ''')
          }
          ```

          Please assist 
          New: I want to use parameterized-scheduler and set with it a boolean value. 

          The pipeline does not recognize the date of cron as a result and it does not show the calculated date in the item's configuration nor, it run the pipeline when the date matches the cron. 

           

          My example :  

          ```
          triggers

          {   parameterizedCron('''     48 17 * * * %DO_SOMETHING=true   ''') }

          ```

          Please assist 

            batmat Baptiste Mathus
            dorye123 Dor
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: