Skip to content

Commit 8e13795

Browse files
Merge pull request #36 from Knowledge-Graph-Hub/issue19_dont_run_jenkins_when_committing_to_main
Run build every 2 months
2 parents ba60224 + 99219e6 commit 8e13795

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
@@ -22,6 +22,10 @@ pipeline {
2222
timestamps()
2323
disableConcurrentBuilds()
2424
}
25+
triggers {
26+
// Every 2 months on the 10th at 9 AM (Jan, Mar, May, Jul, Sep, Nov)
27+
cron('0 9 10 1,3,5,7,9,11 *')
28+
}
2529
stages {
2630
stage('setup') {
2731
steps {

0 commit comments

Comments
 (0)