Skip to content

Commit 4d78445

Browse files
committed
updated jenkinsfile
1 parent 40087c1 commit 4d78445

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.citd/Jenkinsfilek8s

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ pipeline {
5353
MPLABX_PROJECT_SOURCE = "../"
5454
}
5555

56+
triggers {
57+
cron(env.BRANCH_NAME == 'develop' ? 'H H 1 * *': '')
58+
}
5659
options {
5760
timestamps()
5861
timeout(time: 45, unit: 'MINUTES')

0 commit comments

Comments
 (0)