History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-3516
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Robin Shen
Reporter: Robin Shen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

A mechanism to execute script via shell command

Created: 11/Mar/20 01:55 AM   Updated: 18/Mar/20 12:30 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 10.0.0

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
For instance below shell command will set build version:

version=6.0.0
echo "## Begin QuickBuild Script"
echo "groovy:build.setVersion('$version')"
echo "## End QuickBuild Script"

And below shell command will set variable value:
echo "## Begin QuickBuild Script"
echo "groovy:vars.get('somevar').setValue('some value')"
echo "## End QuickBuild Script"


 All   Comments   Work Log   Change History      Sort Order:
No work has yet been logged on this issue.