X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Fjjb%2Flf-c-cpp-jobs.rst;h=98c14bfa860dd5cf0e9fcf7f1fec40133304f93f;hb=16b50a430a4571e76820247c450fa48ef4496988;hp=362d7146993809a9af64198463930e1e1f7d1c01;hpb=c1ab7d08db987962c6c5c73abfaade4b5445d028;p=releng%2Fglobal-jjb.git diff --git a/docs/jjb/lf-c-cpp-jobs.rst b/docs/jjb/lf-c-cpp-jobs.rst index 362d7146..98c14bfa 100644 --- a/docs/jjb/lf-c-cpp-jobs.rst +++ b/docs/jjb/lf-c-cpp-jobs.rst @@ -120,11 +120,11 @@ Plug-in configurations :install-prefix: CMAKE_INSTALL_PREFIX to use for install. (default: $BUILD_DIR/output) :make-opts: Parameters to pass to make. (default: '') + :pre-build: Shell script to run before performing build. Useful for + setting up dependencies. (default: '') :sonar-additional-args: Command line arguments. (default: '') :sonar-java-opts: JVM options. For example, use option -Xmx to increase the memory size limit. (default: '') - :sonar-prescan-script: A shell script to run before the build and scan. - Useful for setting up dependencies. (default: '') :sonar-project-file: The file name with Sonar configuration properties (default: sonar-project.properties) :sonar-properties: Sonar configuration properties. (default: '') @@ -202,6 +202,7 @@ project into a tar.xz tarball to produce a release candidate. :build-node: The node to run build on. :jenkins-ssh-credential: Credential to use for SSH. (Configure in defaults.yaml) + :mvn-settings: The name of settings file containing credentials for the project. :nexus-group-id: The Maven style Group ID for the namespace of the project in Nexus. :staging-profile-id: The unique Nexus Staging Profile ID for the project. @@ -218,6 +219,8 @@ project into a tar.xz tarball to produce a release candidate. :install-prefix: CMAKE_INSTALL_PREFIX to use for install. (default: $BUILD_DIR/output) :make-opts: Parameters to pass to make. (default: '') + :mvn-global-settings: The name of the Maven global settings to use for + Maven configuration. (default: global-settings) :pre-build: Shell script to run before performing build. Useful for setting up dependencies. (default: '') :stream: Keyword that to represent a release code-name. @@ -250,7 +253,7 @@ project into a tar.xz tarball to produce a release candidate. CMake Verify ------------ -Verify job which runs cmake && make && make install to test a project build.. +Verify job which runs cmake && make && make install to test a project build. :Template Names: