Merge "Add req.txt description of JJB install reqs"
[releng/builder.git] / src / site / markdown / jenkins.markdown
index f2e4a6aaa59ec256dcf0e5576464e263effed1c0..e147872bfd17b3fca9201078ee7ae9412cffdcd1 100644 (file)
@@ -468,6 +468,16 @@ jjb/\<project\>/\<project\>.yaml containing your project's base template.
     #                         (defaults: verify,merge,daily,integration,sonar)
     #
     #          Example      : verify,merge,daily,integration
+    #
+    # -a / --archive-artifacts  : Comma-seperated list of patterns of artifacts
+    #                             to archive on build completion.
+    #                             See: http://ant.apache.org/manual/Types/fileset.html
+    #
+    #          Example      : *.log,*.patches
+    #
+    # -r / --autorelease    : Switch to enable the project-validate-autorelease
+    #                         job. Projects that are part of the simultanious
+    #                         release need to have this enabled.
 
 If all your project requires is the basic verify, merge, and
 daily jobs then using the job template should be all you need to
@@ -507,6 +517,7 @@ NOT want to tune simply remove the parameter or comment out the line with a
     MVN_OPTS: -Xmx1024m -XX:MaxPermSize=256m
     DEPENDENCIES: aaa,controller,yangtools
     ARCHIVE_ARTIFACTS: *.logs, *.patches
+    AUTORELEASE: true
 
 Note: BRANCHES is a list of branches you want JJB to generate jobs for, the
 first branch will be the branch that reports Sonar analysis. Each branch must