Skip to content

Commit ac0f499

Browse files
committed
Build images once per month
1 parent a67b282 commit ac0f499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pipeline {
1313

1414
triggers {
1515
pollSCM("H */2 * * *")
16-
cron('H H * * H')
16+
cron('H H H * *')
1717
}
1818

1919
environment {

0 commit comments

Comments
 (0)