Hello KOUSHIK,
Thanks for your response ..!!
I have one space and under that I am having 2 different org like DEV and TST.
suppose I am targeting the DEV env sometime it is find that application in TST env. and not giving the correct log.
I am using below command to display error log.
post {
failure {
bat "cf logs ${pipelineParams.PCF_HostName} --recent"
}
}