X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Fjjb%2Flf-c-cpp-jobs.rst;h=2a71cb2c6da4cfe485115f7f81d927a6d0c0f103;hb=refs%2Fchanges%2F15%2F16715%2F2;hp=0e014916e8fac4481fe4f27b8306fad058569de2;hpb=7e66b111c22dec7fc341d593d33b74b4ca9d724b;p=releng%2Fglobal-jjb.git diff --git a/docs/jjb/lf-c-cpp-jobs.rst b/docs/jjb/lf-c-cpp-jobs.rst index 0e014916..2a71cb2c 100644 --- a/docs/jjb/lf-c-cpp-jobs.rst +++ b/docs/jjb/lf-c-cpp-jobs.rst @@ -42,14 +42,6 @@ to support multi-branch. :git-url: URL clone project from. (default: $GIT_URL/$PROJECT) :install-prefix: CMAKE_INSTALL_PREFIX to use for install. (default: $BUILD_DIR/output) - - .. code-block:: bash - :caption: Example - - install-prefix: | - #!/bin/bash - echo "Hello World." - :make-opts: Parameters to pass to make. (default: '') :pre-build: Shell script to run before performing build. Useful for setting up dependencies. (default: '') @@ -57,6 +49,8 @@ to support multi-branch. (default: true) :submodule-timeout: Timeout (in minutes) for checkout operation. (default: 10) + :submodule-disable: Disable submodule checkout operation. + (default: false) :gerrit_sonar_triggers: Override Gerrit Triggers. @@ -94,14 +88,6 @@ project into a tar.xz tarball to produce a release candidate. :git-url: URL clone project from. (default: $GIT_URL/$PROJECT) :install-prefix: CMAKE_INSTALL_PREFIX to use for install. (default: $BUILD_DIR/output) - - .. code-block:: bash - :caption: Example - - install-prefix: | - #!/bin/bash - echo "Hello World." - :make-opts: Parameters to pass to make. (default: '') :pre-build: Shell script to run before performing build. Useful for setting up dependencies. (default: '') @@ -111,6 +97,8 @@ project into a tar.xz tarball to produce a release candidate. (default: true) :submodule-timeout: Timeout (in minutes) for checkout operation. (default: 10) + :submodule-disable: Disable submodule checkout operation. + (default: false) :version: (default: '') Project version to stage release as. There are 2 methods for using this value: @@ -158,14 +146,6 @@ Verify job which runs cmake && make && make install to test a project build.. :git-url: URL clone project from. (default: $GIT_URL/$PROJECT) :install-prefix: CMAKE_INSTALL_PREFIX to use for install. (default: $BUILD_DIR/output) - - .. code-block:: bash - :caption: Example - - install-prefix: | - #!/bin/bash - echo "Hello World." - :make-opts: Parameters to pass to make. (default: '') :pre-build: Shell script to run before performing build. Useful for setting up dependencies. (default: '') @@ -175,6 +155,8 @@ Verify job which runs cmake && make && make install to test a project build.. (default: true) :submodule-timeout: Timeout (in minutes) for checkout operation. (default: 10) + :submodule-disable: Disable submodule checkout operation. + (default: false) :gerrit_verify_triggers: Override Gerrit Triggers. :gerrit_trigger_file_paths: Override file paths which to filter which file