Code fixes

This commit is contained in:
Juan Ferrer 2020-01-31 20:57:48 +01:00
parent 86c268214a
commit 1d98c1d5d0
2 changed files with 2 additions and 2 deletions

View File

@ -11,6 +11,4 @@ def call() {
env.COMMITTER_EMAIL = env.GIT_COMMITTER_EMAIL; env.COMMITTER_EMAIL = env.GIT_COMMITTER_EMAIL;
} }
} }
sh 'printenv'
} }

View File

@ -13,4 +13,6 @@ def call() {
echo e.toString() echo e.toString()
} }
} }
sh 'printenv's
} }