aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/hudson/plugins/shell/ShellWithStatus/help-command.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/hudson/plugins/shell/ShellWithStatus/help-command.html')
-rw-r--r--src/main/resources/hudson/plugins/shell/ShellWithStatus/help-command.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/main/resources/hudson/plugins/shell/ShellWithStatus/help-command.html b/src/main/resources/hudson/plugins/shell/ShellWithStatus/help-command.html
new file mode 100644
index 0000000..50fed02
--- /dev/null
+++ b/src/main/resources/hudson/plugins/shell/ShellWithStatus/help-command.html
@@ -0,0 +1,14 @@
+<div>
+ <p>
+ Runs a shell script to build a project.
+ Script exit code is mapped to builds status:
+ <ul>
+ <li>0 - SUCCESS
+ <li>121 - UNSTABLE
+ <li>122 - FAILURE
+ <li>123 - NOT_BUILT
+ <li>124 - ABORTED
+ <li>Any other - FAILURE
+ </ul>
+ </p>
+</div>