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?
|
feedback
|
|
You can use "-sync y" on your qsub to cause the qsub to wait until the job(s) are finished. | |||||
feedback
|