Randomize time for periodic jobs

Currently periodic oscore jobs are starting in the same time.
Due to the bug related to fernet token rotation and load on cloud,
better to randomize the time. Also periodic jobs was moved to 3AM

Change-Id: I2fd20bfe56c22f22d4ec8c39c1393e9aab03e34d
Related-Prod: https://mirantis.jira.com/browse/PROD-17840
diff --git a/jenkins/client/job/oscore/tests.yml b/jenkins/client/job/oscore/tests.yml
index e4f8009..f5bb092 100644
--- a/jenkins/client/job/oscore/tests.yml
+++ b/jenkins/client/job/oscore/tests.yml
@@ -157,7 +157,7 @@
               script: test-openstack-component-pipeline.groovy
             trigger:
               timer:
-               spec: "0 21 * * *"
+               spec: "H 03 * * *"
             param:
               # general
               HEAT_STACK_ZONE:
@@ -535,7 +535,7 @@
               script: oscc-ci-pipeline.groovy
             trigger:
               timer:
-               spec: "0 1 * * *"
+               spec: "H 01 * * *"
             param:
               # general
               DEPLOY_JOB_NAME: