blob: 8adf422e472dd81066c2f80ac4816ce958fc27ae [file] [log] [blame]
#!/bin/bash
# @License EPL-1.0 <http://spdx.org/licenses/EPL-1.0>
##############################################################################
# Copyright (c) 2016 The Linux Foundation and others.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
##############################################################################
# vim: ts=4 sw=4 sts=4 et :
cd /ci-management/jenkins-scripts
chmod +x ./*.sh
# create system type script and source it
./system_type.sh
source /tmp/system_type.sh
# run basic settings
./basic_settings.sh
# run per system-type script, if it exists
if [ -f "${SYSTEM_TYPE}.sh" ]
then
./"${SYSTEM_TYPE}.sh"
fi
# Create the jenkins user last so that hopefully we don't have to deal with
# guard files
./create_jenkins_user.sh