Skip to content

Commit

Permalink
split seaparate fix to jenkinsci#158
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomomdahan committed Nov 8, 2024
1 parent 8262195 commit 7c2f8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/js/build-pipeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ BuildPipeline.prototype = {
buildPipeline.updateAllBuildCards(dependencies);
// trigger all dependency tracking
jQuery.each(dependencies, function(){
jQuery("table.pipelines").trigger("show-status-" + this);
jQuery("#pipelines").trigger("show-status-" + this);
});
}
});
Expand Down

0 comments on commit 7c2f8cb

Please sign in to comment.