Skip to content

Commit 15f3ef2

Browse files
committed
Enable weekly maintenance releases for 7.1
1 parent 8c12f2a commit 15f3ef2

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)