Commit 423ad9ef by John Jarvis

Merge pull request #1187 from edx/jarv/jenkins-defaults

setting defaults for jenkins
parents 70042acf b5036ceb
......@@ -21,6 +21,15 @@ env
export PYTHONUNBUFFERED=1
export BOTO_CONFIG=/var/lib/jenkins/${aws_account}.boto
if [[ -z $BUILD_USER ]]; then
BUILD_USER=jenkins
fi
if [[ -z $BUILD_USER_ID ]]; then
BUILD_USER_ID=edx-sandbox
fi
if [[ -z $WORKSPACE ]]; then
dir=$(dirname $0)
source "$dir/ascii-convert.sh"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment