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
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