I don’t think there is any way of doing this. Can you explain what you are 
trying to achieve?

If your idea is that Job B will reference the workspace from Job A, then in 
Jenkins that’s an anti-pattern. The correct approach in that case is for Job A 
to archive some artifacts, and then Job B retrieve them.

You can make job B run on the same node as job A, but only if both jobs are 
tied to exactly one node, which is presumably not what you wanted.


From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Porter Bassett
Sent: 20 July 2015 15:39
To: jenkinsci-users@googlegroups.com
Subject: Forcing another job to run immediately on same node

I am trying to break up a job into two smaller jobs, which I'll call jobA and 
jobB.

I want jobB to run *immediately* after jobA, and on the same node, just like 
they did when they were the same job.

I can use use the Parameterized Trigger plugin to make jobA trigger jobB on the 
same node.

However, this triggering of jobB doesn't force it to run immediately.  If there 
are other jobs in the queue, then jobB will just be put on the end of the queue.

How can I force jobB to always run immediately after jobA, and on the same node?


-- 
This e-mail and any attachments may contain confidential, copyright and or 
privileged material, and are for the use of the intended addressee only. If you 
are not the intended addressee or an authorised recipient of the addressee 
please notify us of receipt by returning the e-mail and do not use, copy, 
retain, distribute or disclose the information in or attached to the e-mail.
Any opinions expressed within this e-mail are those of the individual and not 
necessarily of Diamond Light Source Ltd. 
Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments 
are free from viruses and we cannot accept liability for any damage which you 
may sustain as a result of software viruses which may be transmitted in or with 
the message.
Diamond Light Source Limited (company no. 4375679). Registered in England and 
Wales with its registered office at Diamond House, Harwell Science and 
Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/6836E1DC2DDC174C9D64B7860E5AF5FC9EEEA4E0%40EXCHMBX03.fed.cclrc.ac.uk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to