Skip to content

Commit

Permalink
Change schedule to run at 9:10AM (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiran-yenigala-hmcts committed Sep 29, 2023
1 parent 80bfc3a commit 3242526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile_nightly
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!groovy

properties([
pipelineTriggers([cron('21 08 * * 1-5')]), // scheduling to trigger jenkins job
pipelineTriggers([cron('10 08 * * 1-5')]), // scheduling to trigger jenkins job
parameters([
string(name: 'URL_TO_TEST', defaultValue: 'https://rd-judicial-data-load-aat.service.core-compute-aat.internal', description: 'The URL you want to run these tests against'),
string(name: 'SecurityRules',
Expand Down

0 comments on commit 3242526

Please sign in to comment.