Merge pull request #333 from akva2/jenkins_show_last_log
changed: output last log entry in branches for jenkins builds
This commit is contained in:
commit
96526d0451
@ -132,6 +132,7 @@ function clone_module {
|
||||
fi
|
||||
git fetch --depth 1 origin $2:branch_to_build
|
||||
git checkout branch_to_build
|
||||
git log HEAD -1 | cat
|
||||
test $? -eq 0 || exit 1
|
||||
popd
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user