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

Key: QB-793
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Robin Shen
Reporter: Rafal Krzysztoforski
Votes: 2
Watchers: 0
Operations

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

direct bash/batch file content inside QuickBuild script body

Created: 13/Jan/11 03:36 PM   Updated: 11/Mar/14 02:43 PM
Component/s: None
Affects Version/s: 3.1.15
Fix Version/s: 5.1.16

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: any


 Description  « Hide
As build step QuickBuild should allow to put a bash/batch file content executed on node as a system script.
Currently you can select a script to execute as external file only.

For example following script (test.sh):

echo $1 > build_number.log
cat build_number.log | grep ABC_ > build_major_number.log

Should be available to define inside QB script body as follow:
echo ${var.getValue("BUILD.NUMBER")} > build_number.log
cat build_number.log | grep ABC_ > build_major_number.log

and QB should execute it in environment as external script without need for physical file.




 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.