python - How to combine all the queued jobs(gerrit changes) and run as a single job in jenkins -
my jenkins configured gerrit plug-in , build code per each gerrit change when merged. while build taking place there more gerrits merged , jobs in queue build. question how combine queued jobs , run single job once current job completed. either way how latest merged change list , run in single job next time.
you can make master job , make job run other jobs setting post-build actions , set deploy other projects giving names of jobs want deploy.
Comments
Post a Comment