Skip to content

Commit

Permalink
Update src/main/resources/au/com/centrumsystems/hudson/plugin/buildpi…
Browse files Browse the repository at this point in the history
…peline/BuildPipelineView/bpp-trigger-pipeline.js

Co-authored-by: Yaroslav <91559310+yaroslavafenkin@users.noreply.github.com>
  • Loading branch information
shlomomdahan and yaroslavafenkin authored Nov 12, 2024
1 parent 5316ab9 commit 76a6227
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Behaviour.specify(".bpp-trigger-pipeline-parameterized", 'BuildPipelineView.Trig
});

Behaviour.specify("#trigger-pipeline-button", 'BuildPipelineView.TriggerPipeline', 0, function(element) {
element.addEventListener('click', function(e) {
element.addEventListener('click', function() {
document.getElementById('triggerPipelineForm').submit();
});
});

0 comments on commit 76a6227

Please sign in to comment.