blob: 8adf422e472dd81066c2f80ac4816ce958fc27ae [file] [log] [blame]
Linux Foundation Administrators0fae4092018-01-29 10:58:36 -08001#!/bin/bash
2# @License EPL-1.0 <http://spdx.org/licenses/EPL-1.0>
3##############################################################################
4# Copyright (c) 2016 The Linux Foundation and others.
5#
6# All rights reserved. This program and the accompanying materials
7# are made available under the terms of the Eclipse Public License v1.0
8# which accompanies this distribution, and is available at
9# http://www.eclipse.org/legal/epl-v10.html
10##############################################################################
11
12# vim: ts=4 sw=4 sts=4 et :
13
14cd /ci-management/jenkins-scripts
15chmod +x ./*.sh
Linux Foundation Administrators0fae4092018-01-29 10:58:36 -080016
Zack Williamse05f7542021-02-09 17:14:21 -070017# create system type script and source it
18./system_type.sh
Linux Foundation Administrators0fae4092018-01-29 10:58:36 -080019source /tmp/system_type.sh
Zack Williamse05f7542021-02-09 17:14:21 -070020
21# run basic settings
Linux Foundation Administrators0fae4092018-01-29 10:58:36 -080022./basic_settings.sh
Zack Williamse05f7542021-02-09 17:14:21 -070023
24# run per system-type script, if it exists
Linux Foundation Administrators0fae4092018-01-29 10:58:36 -080025if [ -f "${SYSTEM_TYPE}.sh" ]
26then
27 ./"${SYSTEM_TYPE}.sh"
28fi
29
30# Create the jenkins user last so that hopefully we don't have to deal with
31# guard files
32./create_jenkins_user.sh