在Jenkins API中有没有办法找到最后一次构建的git提交?

时间:2016-03-22 18:36:51

标签: git jenkins

我想编写一个脚本来自动创建热修复功能分支。为了做到这一点,我需要弄清楚如何查看当前构建中的最后一次提交。

有没有办法从Jenkins API获取最后一次提交?

git checkout -b hotfix <commit>

1 个答案:

答案 0 :(得分:3)

您没有指定您希望使用哪种API。 但是假设Jenkins XML API就是这样的:

http://myjenkins/job/myJobName/lastBuild/api/xml?xpath=//lastBuiltRevision/SHA1