Skip to content

Commit

Permalink
Merge branch 'master' into test-csp-all-tickets
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomomdahan committed Nov 10, 2024
2 parents 8518c67 + 7da034a commit d8bffb3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// show/hide build details
jQuery(function() {
jQuery(document).ready(function() {
jQuery(".header").click(function() {
var parent = jQuery(this).parent();
var ba = parent.find(".build-actions");
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Handlebars.registerHelper('startScript', function() {
return new Handlebars.SafeString("<script>");
});

Handlebars.registerHelper('endScript', function() {
return new Handlebars.SafeString("</script>");
});
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
By default we just include helpers to append script tags to your build card
-->

<st:adjunct includes="au.com.centrumsystems.hudson.plugin.buildpipeline.extension.BuildCardExtension.build-card-script-helpers"/>
</j:jelly>

0 comments on commit d8bffb3

Please sign in to comment.