Sample Package.xml:
<target name=”quickdeployprod”>
<sf:deployRecentValidation
username=”${sf.username}”
password=”${sf.password}”
serverurl=”${sf.sandboxurl}”
recentValidationId = “recently validated id“
deployroot=”Retrieve”/>
</target>
Cheers!!!