Forráskód Böngészése

Add dotnet-bot help job.

Doug Ilijev 9 éve
szülő
commit
1b39cb3441
1 módosított fájl, 14 hozzáadás és 0 törlés
  1. 14 0
      netci.groovy

+ 14 - 0
netci.groovy

@@ -188,3 +188,17 @@ CreateBuildTasks('Windows_NT', 'daily_disablejit', '"/p:BuildJIT=false"', '-disa
 
 CreateStyleCheckTasks('./jenkins/check_eol.sh', 'ubuntu_check_eol', 'EOL Check')
 CreateStyleCheckTasks('./jenkins/check_copyright.sh', 'ubuntu_check_copyright', 'Copyright Check')
+
+// ------------
+// HELP MESSAGE
+// ------------
+
+Utilities.createHelperJob(this, project, branch,
+    "Welcome to the ${project} Repository",  // This is prepended to the help message
+    "For additional documentation on ChakraCore CI checks, please see:\n" +
+    "\n" +
+    "* https://github.com/Microsoft/ChakraCore/wiki/Jenkins-CI-Checks\n" +
+    "* https://github.com/Microsoft/ChakraCore/wiki/Jenkins-Build-Triggers\n" +
+    "* https://github.com/Microsoft/ChakraCore/wiki/Jenkins-Repro-Steps\n" +
+    "\n" +
+    "Have a nice day!")  // This is appended to the help message.  You might put known issues here.