So, here's what Im trying to do:
H/2 * * * * % PRODSYS=TEST;PRODENV=TEST
H/2 * * * * % PRODSYS=TEST1;PRODENV=TEST1
H/2 * * * * % PRODSYS=TEST2;PRODENV=TEST2
H/2 * * * * % PRODSYS=TEST3;PRODENV=TEST3
H/2 * * * * % PRODSYS=TEST4;PRODENV=TEST4
For some weird reason, only line 1 and 3 runs in jenkins. Is there something missing or is a limitation from the plugin or my jenkins instance?
Thanks!
So, here's what Im trying to do:
H/2 * * * * % PRODSYS=TEST;PRODENV=TEST
H/2 * * * * % PRODSYS=TEST1;PRODENV=TEST1
H/2 * * * * % PRODSYS=TEST2;PRODENV=TEST2
H/2 * * * * % PRODSYS=TEST3;PRODENV=TEST3
H/2 * * * * % PRODSYS=TEST4;PRODENV=TEST4
For some weird reason, only line 1 and 3 runs in jenkins. Is there something missing or is a limitation from the plugin or my jenkins instance?
Thanks!