<< Back to previous view |
![]() |
[QB-544] Would like to request a feature to have option to hide build log from the configuration or only from 'Batch/Shell' command.
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | New Feature | Priority: | Minor |
Reporter: | Supakit Kiatrungrit | Assigned To: | Robin Shen |
Resolution: | Fixed | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown | ||
Environment: | any environment |
Description |
I'm using QuickBuild 2.1.9 and create a Phing script that run 'http://phing.info/docs/guide/stable/chapters/appendixes/AppendixB-CoreTasks.html#ExecTask' through
using 'Shell/Batch Command'. Everything works except that the output from Phing contains the database password in the build log (when running database import). I would like to know how to clear the build log after run the script or how to prevent output of anything to build log when run using 'Shell/Batch Command'. |
Comments |
Comment by Robin Shen [ 31/Aug/11 03:52 AM ] |
You may upgrade to latest QB version, and pass in the password to your script as a secret variable. Then all text equals to the password will be hidden in the log. |