-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: parameterized-scheduler-plugin
-
None
-
Environment:Linux RHEL7
Jenkins 2.53
parameterized-scheduler 0.3.1
The following schedule produces the "You can only use one percent sign to separate the cron from the parameters." error message.
H 8 * * * % SPRING_PROFILE="qa"; TEST_SUITE="Regression.xml"
H 8 * * * % SPRING_PROFILE="prodlive"; TEST_SUITE="ProdSmoke.xml"
These lines look well formatted to me. Â I believe something is wrong with the way the lines are being parsed.