Skip to content

Commit 8cdd339

Browse files
committed
Add cron trigger to Jenkinsfile
QA-1115
1 parent 3e84c1a commit 8cdd339

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Jenkinsfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ pipeline {
1515
timestamps()
1616
}
1717

18+
triggers {
19+
cron(env.BRANCH_NAME == 'develop' ? '@midnight' : '')
20+
}
21+
1822
tools {
1923
maven 'M3'
2024
jdk '1.8'

0 commit comments

Comments
 (0)