Skip to content

Commit f9bf7f8

Browse files
committed
Enable weekly releases (if there's something new) for branch 7.0
1 parent 6b82404 commit f9bf7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/release/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import org.hibernate.jenkins.pipeline.helpers.version.Version
1515
// Global build configuration
1616
env.PROJECT = "orm"
1717
env.JIRA_KEY = "HHH"
18-
def RELEASE_ON_SCHEDULE = false // Set to `true` *only* on branches where you want a scheduled release.
18+
def RELEASE_ON_SCHEDULE = true // Set to `true` *only* on branches where you want a scheduled release.
1919

2020
print "INFO: env.PROJECT = ${env.PROJECT}"
2121
print "INFO: env.JIRA_KEY = ${env.JIRA_KEY}"

0 commit comments

Comments
 (0)