forked from geoffbullen/build-pipeline-plugin
-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0ff593b
commit 187fb83
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
...ems/hudson/plugin/buildpipeline/extension/BuildCardExtension/build-card-script-helpers.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Handlebars.registerHelper('startScript', function() { | ||
return new Handlebars.SafeString("<scr" + "ipt>"); | ||
}); | ||
|
||
Handlebars.registerHelper('endScript', function() { | ||
return new Handlebars.SafeString("</scr" + "ipt>"); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters