#!/bin/env groovy // This script is used internally by Enea for automated tests on Linux builds MANIFEST_REPOSITORY = scm.getUserRemoteConfigs()[0].getUrl() BRANCH = env.BRANCH_NAME fileLoader.withGit('ssh://gerrit.enea.se:29418/eltf/jenkins', 'master', null, '') { fileLoader.load('eltf-jenkins03') }