We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc5f1c commit f1dc1c5Copy full SHA for f1dc1c5
Jenkinsfile
@@ -214,6 +214,8 @@ stage('Configure') {
214
// HSEARCH-3417: do not add snapshotDependencies() here, this was known to cause problems.
215
[
216
issueCommentTrigger('.*test this please.*')
217
+ // Run every week Sunday @ 2 AM
218
+ cron('0 2 * * 0')
219
]
220
+ helper.generateUpstreamTriggers()
221
),
0 commit comments