
If you were logged in you would be able to see more operations.
|
|
|
QuickBuild
Created: 03/Jan/07 09:01 AM
Updated: 03/Jan/07 05:44 PM
|
|
Component/s: |
None
|
Affects Version/s: |
None
|
Fix Version/s: |
None
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
Environment:
|
Tomcat host running on Linux and Windows, using Firefox and IE as browser.
|
|
For a "trigger build in another configuration" step, the "Propogate variables to dependent builds?" option is not presented on the page. Looking at the demo environment, the option was available in the 1.1.0 (build 1) release
As a result, variables from the triggering configuration can not be forwarded to the dependent configuration.
In the triggering configuration, I set up the following in the "Override variables" text area:
sourceBuildVersion=${build.version}
and tried to access the variable in an Ant builder in the dependent configuration as
buildVersion=${sourceBuildVersion}
the following error occurs in the dependent configuration when it is triggered
java.lang.RuntimeException: ognl.NoSuchPropertyException: com.pmease.quickbuild.model.Configuration.sourceBuildVersion
Should this work
|
Description
|
For a "trigger build in another configuration" step, the "Propogate variables to dependent builds?" option is not presented on the page. Looking at the demo environment, the option was available in the 1.1.0 (build 1) release
As a result, variables from the triggering configuration can not be forwarded to the dependent configuration.
In the triggering configuration, I set up the following in the "Override variables" text area:
sourceBuildVersion=${build.version}
and tried to access the variable in an Ant builder in the dependent configuration as
buildVersion=${sourceBuildVersion}
the following error occurs in the dependent configuration when it is triggered
java.lang.RuntimeException: ognl.NoSuchPropertyException: com.pmease.quickbuild.model.Configuration.sourceBuildVersion
Should this work |
Show » |
|
Has the option to propagate variables been removed? Are they always sent with the trigger request?