X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-macros.yaml;h=3f14dd73c919039308aba36011a535ccb724f791;hb=refs%2Fchanges%2F11%2F12311%2F1;hp=12671972227de9159cc4b82db71c0ec31b94637c;hpb=772a724ae006e21b3ecdc722b04fc4e77794f788;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-macros.yaml b/jjb/lf-macros.yaml index 12671972..3f14dd73 100644 --- a/jjb/lf-macros.yaml +++ b/jjb/lf-macros.yaml @@ -235,7 +235,7 @@ name: lf-sigul-install # Requires that Jenkins be configured with SIGUL_BRIDGE_IP as a global # Environment variable - builder: + builders: - shell: !include-raw-escape: ../shell/sigul-install.sh - builder: @@ -252,6 +252,38 @@ # PARAMETERS # ############## +- parameter: + name: lf-clm-parameters + parameters: + - string: + name: NEXUS_IQ_STAGE + default: '{nexus-iq-stage}' + description: | + Stage the policy evaluation will be run against on the Nexus IQ Server. + +- parameter: + name: lf-cmake-parameters + # Parameters useful in CMake builds. + parameters: + - string: + name: BUILD_DIR + default: '{build-dir}' + description: 'Directory to build the project in.' + - string: + name: CMAKE_OPTS + default: '{cmake-opts}' + description: | + Options to pass to CMAKE. + Example: -DCMAKE_INSTALL_PREFIX=$WORKSPACE/target/output + - string: + name: INSTALL_PREFIX + default: '{install-prefix}' + description: 'Install prefix for C/C++ builds. Example: /usr/local' + - string: + name: MAKE_OPTS + default: '{make-opts}' + description: 'Options to pass to make. Example: -j8' + - parameter: name: lf-infra-maven-parameters parameters: