I know how to run a bash script on Jenkins. However, if I use qsub to submit the bash script to OGE system, how does Jenkins know that my job terminates or not?

link|improve this question

33% accept rate
feedback

1 Answer

You can use "-sync y" on your qsub to cause the qsub to wait until the job(s) are finished.

link|improve this answer
I checked all options supported by qsub but cannot find "-sync y". – Leo5188 Nov 11 '11 at 4:10
What version of SGE/OGE do you have? Try "qsub -help". Mine is 6.2u4 and qsub -help lists this option: "[-sync y[es]|n[o]] wait for job to end and return exit code". – jlp Nov 27 '11 at 6:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.