Release Jenkinsfile: log various constants
This commit is contained in:
parent
f22d60ec41
commit
623fe204b4
|
@ -19,6 +19,10 @@ env.PROJECT = "orm"
|
|||
env.JIRA_KEY = "HHH"
|
||||
def RELEASE_ON_PUSH = false // Set to `true` *only* on branches where you want a release on each push.
|
||||
|
||||
print "INFO: env.PROJECT = ${env.PROJECT}"
|
||||
print "INFO: env.JIRA_KEY = ${env.JIRA_KEY}"
|
||||
print "INFO: RELEASE_ON_PUSH = ${RELEASE_ON_PUSH}"
|
||||
|
||||
// --------------------------------------------
|
||||
// Build conditions
|
||||
|
||||
|
|
Loading…
Reference in New Issue