Commit 43ac63ec authored by wentao.suo's avatar wentao.suo

echo log

parent 96b7e268
...@@ -116,7 +116,7 @@ def checkout(buildType,systemName, branchName) { ...@@ -116,7 +116,7 @@ def checkout(buildType,systemName, branchName) {
} }
def brahHashCode = sh (script: 'git log -1 --pretty=%h',returnStdout: true).trim() def brahHashCode = sh (script: 'git log -1 --pretty=%h',returnStdout: true).trim()
echo "brahHashCode:${brahHashCode} with 'git log -1 --pretty=%h'"
return brahHashCode return brahHashCode
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment