string(name: 'LABEL', defaultValue: 'centos7', description: 'Jenkins label for the OS/Platform or Docker image')
string(name: 'DOCKER_LABEL', defaultValue: 'docker-host', description: 'Label for the the nodes able to launch docker images')
string(name: 'ARCHITECTURE', defaultValue: '', description: 'Complement of the architecture (instruction set)')
string(name: 'LCG_INSTALL_PREFIX', defaultValue: '/cvmfs/sft.cern.ch/lcg/latest:/cvmfs/sft.cern.ch/lcg/releases', description: 'Location to look for already installed packages matching version and hash value. Leave blank for full rebuilds')
string(name: 'LCG_EXTRA_OPTIONS', defaultValue: '-DLCG_SOURCE_INSTALL=OFF;-DLCG_TARBALL_INSTALL=OFF', description: 'Additional configuration options to be added to the cmake command')
string(name: 'LCG_IGNORE', defaultValue: '', description: 'Packages already installed in LCG_INSTALL_PREFIX to be ignored (i.e. full rebuild is required). The list is \'single space\' separated.')
booleanParam(name: 'USE_BINARIES', defaultValue: true, description: 'Use binaries in repositories')