Code fixes
This commit is contained in:
parent
86c268214a
commit
1d98c1d5d0
|
@ -11,6 +11,4 @@ def call() {
|
||||||
env.COMMITTER_EMAIL = env.GIT_COMMITTER_EMAIL;
|
env.COMMITTER_EMAIL = env.GIT_COMMITTER_EMAIL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sh 'printenv'
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,4 +13,6 @@ def call() {
|
||||||
echo e.toString()
|
echo e.toString()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sh 'printenv's
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue