提交 e981952d 编写于 作者: T tangfangzhi

enh: print env variable in log

上级 b9d84d93
......@@ -7,7 +7,8 @@ def sync_source() {
sh '''
hostname
date
'''
env
'''
sh '''
cd ${WKC}
[ -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 {
sh '''
date
pwd
env
hostname
'''
timeout(time: 15, unit: 'MINUTES') {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册