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 3d4597b commit b88e55dCopy full SHA for b88e55d
ci/release/Jenkinsfile
@@ -19,6 +19,10 @@ env.PROJECT = "orm"
19
env.JIRA_KEY = "HHH"
20
def RELEASE_ON_PUSH = false // Set to `true` *only* on branches where you want a release on each push.
21
22
+print "INFO: env.PROJECT = ${env.PROJECT}"
23
+print "INFO: env.JIRA_KEY = ${env.JIRA_KEY}"
24
+print "INFO: RELEASE_ON_PUSH = ${RELEASE_ON_PUSH}"
25
+
26
// --------------------------------------------
27
// Build conditions
28
0 commit comments