remove extra/erroneous csit line from stream section and change "all" to "genius"
[releng/builder.git] / jenkins-scripts / jenkins-init-script.sh
1 #!/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 cd /builder/jenkins-scripts
13 chmod +x *.sh
14 ./system_type.sh
15
16 source /tmp/system_type.sh
17 ./basic_settings.sh
18 ./${SYSTEM_TYPE}.sh
19
20 # Create the jenkins user last so that hopefully we don't have to deal with
21 # guard files
22 ./create_jenkins_user.sh