Commit e8981930 authored by wentao.suo's avatar wentao.suo

fix

parent 90078760
......@@ -116,7 +116,7 @@ def checkout(buildType,systemName, branchName) {
}
def brahHashCode = sh (script: 'git log -1 --pretty=%H',returnStdout: true).trim()
brahHashCode = brahHashCode.substring(0,15)
brahHashCode = brahHashCode.substring(0,16)
echo "brahHashCode:${brahHashCode} with 'git log -1 --pretty=%H'"
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