Skip to content

Commit

Permalink
Merge pull request #560 from hmcts/multi-gitter-branch
Browse files Browse the repository at this point in the history
DTSPO-13810 reschedule jenkins nightly builds
  • Loading branch information
mokainos authored May 23, 2023
2 parents 3ab5c0e + d5b4c05 commit aa3b186
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 01 * * *')]), // scheduling to trigger jenkins job
pipelineTriggers([cron('07 07 * * 1-5')]), // scheduling to trigger jenkins job
parameters([
string(name: 'URL_TO_TEST', defaultValue: 'http://rd-location-ref-api-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 aa3b186

Please sign in to comment.