Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-43433] Update to latest -SNAPSHOT
  • Loading branch information
stephenc committed Jun 16, 2017
1 parent d8fc1a8 commit 8125cbf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -23,7 +23,7 @@
<properties>
<jenkins.version>1.625.3</jenkins.version>
<workflow.version>1.14.2</workflow.version>
<scm-api.version>2.2.0-20170410.162230-3</scm-api.version>
<scm-api.version>2.2.0-20170411.160059-4</scm-api.version>
</properties>

<scm>
Expand Down
Expand Up @@ -185,6 +185,15 @@ public BranchSCMHead getTarget() {
return target;
}

/**
* {@inheritDoc}
*/
@NonNull
@Override
public String getOriginName() {
return sourceBranch;
}

public String getSourceOwner() {
return sourceOwner;
}
Expand Down

0 comments on commit 8125cbf

Please sign in to comment.