Skip to content

Commit

Permalink
198 skipping resolution of commit since it originates from another re…
Browse files Browse the repository at this point in the history
…pository (#341)

* send only commit hash to the git plugin
  • Loading branch information
julioc-p authored Sep 26, 2024
1 parent 9ef04c3 commit e33f7f1
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,7 @@ private void scheduleJob(
5,
new CauseAction(cause),
bitbucketAction,
new RevisionParameterAction(
bitbucketAction.getLatestCommit(),
new URIish(bitbucketAction.getScmUrls().get(0))));
new RevisionParameterAction(bitbucketAction.getLatestCommit()));

QueueTaskFuture<? extends Run<?, ?>> f =
item != null ? (QueueTaskFuture) item.getFuture() : null;
Expand Down

0 comments on commit e33f7f1

Please sign in to comment.