提交 668c7cda 编写于 作者: T tangfangzhi

enh: show git log after source code ready

上级 97b1bcc4
...@@ -136,6 +136,16 @@ def sync_source() { ...@@ -136,6 +136,16 @@ def sync_source() {
cd ${WKC} cd ${WKC}
git submodule update --init --recursive git submodule update --init --recursive
''' '''
sh '''
cd ${WKC}
git branch
git log -5
'''
sh '''
cd ${WK}
git branch
git log -5
'''
} }
def pre_test() { def pre_test() {
sync_source() sync_source()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册