# ---------------------------------------------------------------------------- # settings.txt - This file stores all the settings for the configuration # of an eisfair continuous integration server based on # jenkins. See http://jenkins-ci.org # # Creation : 2011-03-12 starwarsfan # Last Update: $Id$ # # Copyright (c) 2001-2011 the eisfair team, team(at)eisfair(dot)org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # ---------------------------------------------------------------------------- # --------------------------------------------------------------------- # Url to access subversion repository with eisfair packages eisfairRepoUrl=https://foo.bar.org/svn eisfairRepoPath=trunk # --------------------------------------------------------------------- # Folder on the build master where jenkins stores the jobs jobsFolder=/home/jenkins/jobs # --------------------------------------------------------------------- # Folder where the build results temporarily stored after their creation. # After a package is created it will be copied here. A separate job moves # the packages from this folder to the proper location on the eislist # folder. So the package build can use a separate build node. tempResultFolder=/tmp/buildResults # --------------------------------------------------------------------- # Settings to access jenkins for api calls jenkinsUrl=https://foo.bar.org/jenkins jenkinsUser=jenkins jenkinsCliJar=/var/cache/jenkins/war/WEB-INF/jenkins-cli.jar # This file should be readable only by the user which runs jenkins, # so 'chmod 600' it! jenkinsPasswordFile=/var/lib/jenkins/.ssh/ci-password # ------------------------------------- # Use the debug mode: 'true' or 'false' # If you switch this to 'true', the scripts will produce a lot of output... debug=false