tree: f0ba69af3b838f503487e7601f887ff80f1518c9 [path history] [tgz]
  1. 00-deps.sh
  2. 10-build.sh
  3. 20-tests.sh
  4. 30-coverage.sh
  5. 40-standalone-header-compilation.sh
  6. README.md
  7. util.sh
.jenkins.d/README.md

CONTINUOUS INTEGRATION SCRIPTS

Environment Variables Used in Build Scripts

  • NODE_LABELS: the variable defines a list of OS properties. The set values are used by the build scripts to select proper behavior for different OS.

    The list should include at least [OS_TYPE], [DISTRO_TYPE], and [DISTRO_VERSION].

    Possible values for Linux OS:

    • [OS_TYPE]: Linux
    • [DISTRO_TYPE]: Ubuntu
    • [DISTRO_VERSION]: Ubuntu-14.04, Ubuntu-16.04

    Possible values of OSX OS:

    • [OS_TYPE]: OSX
    • [DISTRO_TYPE]: OSX (can be absent)
    • [DISTRO_VERSION]: OSX-10.11, OSX-10.10, OSX-10.9, OSX-10.8
  • JOB_NAME: optional variable to define type of the job. Depending on the defined job type, the build scripts can perform different tasks.

    Possible values:

    • empty: default build process
    • <any-string-with-extra-job-description>code-coverage (Linux OS is assumed): build process with code coverage analysis