Issue Type: Bug Bug
Affects Versions: current
Assignee: Richard Lavoie
Components: selenium
Created: 03/Dec/12 3:04 PM
Description:

When attempting to create a Workspace, nothing appears to be created.

=================build/execute script=================================

[EnvInject] - Executing and processing the following script content:
echo ${WORKSPACE}
cd ${WORKSPACE}
pwd
if [ -d ".env" ]; then
echo "**> virtualenv exists"
else
echo "**> creating virtualenv"
virtualenv .env
fi
. .env/bin/activate
pip install nose

[jenkins] $ /bin/sh -xe /tmp/hudson1911070164953575306.sh
+ echo

+ cd
+ pwd
/var/lib/jenkins
+ [ -d .env ]
+ echo **> virtualenv exists
**> virtualenv exists
+ . .env/bin/activate
+ deactivate nondestructive

Environment: Jenkins 1.429
Project: Jenkins
Labels: jenkins
Priority: Major Major
Reporter: Russell Keeton
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to