printenv at start
This commit is contained in:
parent
b16ed615cf
commit
453cf79a8d
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env groovy
|
||||
|
||||
sh 'printenv'
|
||||
|
||||
def sendEmail() {
|
||||
if (!env.GIT_COMMITTER_EMAIL) {
|
||||
env.COMMITTER_EMAIL = sh(
|
||||
|
|
Loading…
Reference in New Issue