Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
 repeat day step [ENDDATE] # only for suites
 repeat integer VARIABLE start end [step]
 repeat enumerated VARIABLE first [second [third ...]]
 repeat string VARIABLE str1 [str2 ...]
 repeat file VARIABLE filename
 repeat date VARIABLE yyyymmdd yyyymmdd [delta]

...

Code Block
 repeat string INPUT str1 str2 str3
 repeat integer HOUR 6 24 6
 repeat date YMD 20200130 20200203

...

Code Block
suite x
   clock hybrid 15.05.2020
   repeat day 1 25.05.2025


Note: Only four digit years are allowed. Also that force complete will only force the current running job to be complete, but if the repetition is not finished, the next job will be sent (with the variable advanced accordingly.)

Anchor
text
text

Tip: we prefer to use the repeat date structure in our suites. This allows us to see more easily what date the suite is running.
Anchor
_Toc117323878
_Toc117323878
Anchor
_Toc117324158
_Toc117324158