printenv at start

This commit is contained in:
Juan Ferrer 2020-01-30 16:14:45 +01:00
parent b16ed615cf
commit 453cf79a8d
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/usr/bin/env groovy
sh 'printenv'
def sendEmail() {
if (!env.GIT_COMMITTER_EMAIL) {
env.COMMITTER_EMAIL = sh(