|
|
|
[
Permlink
| « Hide
]
Nitin Turkar [25/Jan/24 06:49 AM]
Hi Robin, Apologies, by mistake i selected the wrong version. The correct version is 12.0.12. Thanks
QB runs several git commands during build, including repository clone (in bare mode), branch/tag fetching, log command, code checkout, etc. To find out which stage takes most of the time, please edit "conf/log4j2.xml" to add below log statement on the node running master step of your build:
<Logger name="com.pmease.quickbuild.execution" level="DEBUG" /> Also edit general setting of the configuration to use DEBUG log level, then run the build again, and check both the agent log of the node running master step, and the build log for various git command being executed.
|