Hi All
I searched the group to see if ordering post build actions was possible and i found this jira
https://issues.jenkins-ci.org/browse/JENKINS-7408. However i am noticing that the order in which the post build actions are executed does not seem to be the order in which they appear in the job config page.
For example for some of the jobs i had the following 2 post build actions
1. trigger downstream job
2. delete workspace
It would end up deleting the workspace first and thus the downstream job would fail as it was looking for a properties file in the workspace. I am working around it by not deleting the workspace but was curious if it is possible to order post build actions and if so is the above scenario a bug? I am on v1.607 but saw this in earlier versions as well. Do not recall the exact version.
Thanks
Arpit