Hi,
We are trying to publish CIs using custom code to multiple stages. When we try to publish an already published content, it creates the jobs in the job console, but they remain in the 'Initialized(prune)' state. So I the code I tried to Force it by setting the following two parameters of the deploymentjobdescriptor djd -
djd.setParameter(JobParamConst.PARAM_NAME_AUTO_PRUNE,JobParamConst.PARAM_VALUE_AUTO_PRUNE_TRUE);
djd.setParameter(JobParamConst.PARAM_NAME_FORCE_DEPLOY, JobParamConst.PARAM_VALUE_FORCE_DEPLOY_TRUE);
But this doesnot resolve the issue. Is there any reason why it could go into this state or is there any solution to fix this issue.
Thanks and Regards,
Priya