Skip to content

Commit 4be3c73

Browse files
committed
Pull request #28: dspic33e-code-examples_jenkinsUpdateBranch_to_develop
Merge in MCU16CE/dspic33e-code-examples from jenkinsUpdateBranch to develop * commit '4d78445a1b5b43a2cdd4fd981c74be5e708a2494': updated jenkinsfile
2 parents 40087c1 + 4d78445 commit 4be3c73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.citd/Jenkinsfilek8s

+3
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)