Skip to content

Commit

Permalink
remove stale status check for trigger to catch
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomomdahan committed Nov 11, 2024
1 parent ecb62f0 commit 58a8e1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<j:if test="${build.getStatus() == 'BUILDING'}">
buildPipeline.showProgress(${build.getId()}, ${build.getDependencyIds()});
</j:if>
jQuery("table.pipelines").bind("show-status-${build.getId()}", function() {
jQuery("table.pipelines").on("show-status-${build.getId()}", function() {
<j:choose>
<j:when test="${build.isManualTrigger()}">
buildPipeline.updateBuildCard(${build.getId()});
Expand Down

0 comments on commit 58a8e1d

Please sign in to comment.