Skip to content

Commit aa3b186

Browse files
authored
Merge pull request #560 from hmcts/multi-gitter-branch
DTSPO-13810 reschedule jenkins nightly builds
2 parents 3ab5c0e + d5b4c05 commit aa3b186

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile_nightly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!groovy
22

33
properties([
4-
pipelineTriggers([cron('21 01 * * *')]), // scheduling to trigger jenkins job
4+
pipelineTriggers([cron('07 07 * * 1-5')]), // scheduling to trigger jenkins job
55
parameters([
66
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'),
77
string(name: 'SecurityRules',

0 commit comments

Comments
 (0)