Saturday, December 1, 2012

List of the stages that used in a jobs in a project

1)Get the list of Jobs in a project Using following command

dsjob [ options ] -ljobs projectname

2)For each Job get the list of stages in a Job

dsjob [ options ] -lstages projectname

3)Use  above commands and loop concepts in unix shell scripting to achieve the required output

No comments:

Post a Comment