提交 e981952d 编写于 作者: T tangfangzhi

enh: print env variable in log

上级 b9d84d93
...@@ -7,7 +7,8 @@ def sync_source() { ...@@ -7,7 +7,8 @@ def sync_source() {
sh ''' sh '''
hostname hostname
date date
''' env
'''
sh ''' sh '''
cd ${WKC} cd ${WKC}
[ -f src/connector/grafanaplugin/README.md ] && rm -f src/connector/grafanaplugin/README.md > /dev/null || echo "failed to remove grafanaplugin README.md" [ -f src/connector/grafanaplugin/README.md ] && rm -f src/connector/grafanaplugin/README.md > /dev/null || echo "failed to remove grafanaplugin README.md"
...@@ -206,7 +207,6 @@ pipeline { ...@@ -206,7 +207,6 @@ pipeline {
sh ''' sh '''
date date
pwd pwd
env
hostname hostname
''' '''
timeout(time: 15, unit: 'MINUTES') { timeout(time: 15, unit: 'MINUTES') {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册