Add source/target branch SHA
This commit is contained in:
parent
046a5e398d
commit
14d0bd5913
|
|
@ -40,7 +40,7 @@ module BitbucketServer
|
||||||
end
|
end
|
||||||
|
|
||||||
def source_branch_sha
|
def source_branch_sha
|
||||||
# XXX Not implemented?
|
source_branch['latestCommit']
|
||||||
end
|
end
|
||||||
|
|
||||||
def target_branch_name
|
def target_branch_name
|
||||||
|
|
@ -48,7 +48,7 @@ module BitbucketServer
|
||||||
end
|
end
|
||||||
|
|
||||||
def target_branch_sha
|
def target_branch_sha
|
||||||
# XXX Not implemented?
|
target_branch['latestCommit']
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue