Quantcast

[JIRA] (JENKINS-14819) WORKSPACE not available in test project

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-14819) WORKSPACE not available in test project

JIRA noreply@jenkins-ci.org
Issue Type: Bug Bug
Assignee: Gregory Boissinot
Components: envinject
Created: 16/Aug/12 1:41 AM
Description:

I set up a very simple job, with the only change from the default free-style job being checking the "Prepare environment for the run" and adding one line to the properties content of "QMAKEFEATURES=$WORKSPACE".

When I run the build, I get the messages:
[EnvInject] - Injecting as environment variables the properties content
QMAKEFEATURES=$WORKSPACE

[EnvInject] - Variables injected successfully.
[EnvInject] - Injecting contributions.
[EnvInject] - Unset unresolved 'QMAKEFEATURES' variable.

Environment: fedora linux master
Project: Jenkins
Labels: workspace
Priority: Major Major
Reporter: Brian Sipos
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 | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-14819) WORKSPACE not available in test project

JIRA noreply@jenkins-ci.org
Gregory Boissinot resolved Bug JENKINS-14819 as Fixed

In the prepare environment section, WORKSPACE variable is unavailable because it is not created.
You have to use the section
Build environment > Inject environment variables to the build process

Change By: Gregory Boissinot (16/Aug/12 9:43 PM)
Status: Open Resolved
Resolution: Fixed
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
Loading...