We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fcdf50 commit e3b2e71Copy full SHA for e3b2e71
ci/release/Jenkinsfile
@@ -15,7 +15,7 @@ import org.hibernate.jenkins.pipeline.helpers.version.Version
15
// Global build configuration
16
env.PROJECT = "reactive"
17
env.JIRA_KEY = "HREACT"
18
-def RELEASE_ON_SCHEDULE = false // Set to `true` *only* on branches where you want a scheduled release.
+def RELEASE_ON_SCHEDULE = true // Set to `true` *only* on branches where you want a scheduled release.
19
20
print "INFO: env.PROJECT = ${env.PROJECT}"
21
print "INFO: env.JIRA_KEY = ${env.JIRA_KEY}"
0 commit comments