Skip to content

Commit b88e55d

Browse files
committed
Release Jenkinsfile: log various constants
1 parent 3d4597b commit b88e55d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/release/Jenkinsfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ env.PROJECT = "orm"
1919
env.JIRA_KEY = "HHH"
2020
def RELEASE_ON_PUSH = false // Set to `true` *only* on branches where you want a release on each push.
2121

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+
2226
// --------------------------------------------
2327
// Build conditions
2428

0 commit comments

Comments
 (0)