Hi all

Is it possible for jenkins to use nodes only a for a single job instance? 
i.e. what I would like is this:

* A new job is queued
* Jenkins checks the job labels and determines which node template could be 
used to create a node
* Jenkins creates the node from the template and assigns the job to the node
* Once the job completes Jenkins deletes the node

I think the first few steps are possible with the 'clouds' approach (e.g. 
docker or nomad clouds) however what I haven't been able to figure out is 
the final step. I want a node to be used exactly once and then to be shut 
down. That way each job has a fresh environment to work with. Obviously 
that doesn't work with physical boxes (or even VMs, as the boot time is 
rather large) but it would work with containers.

Is there a plugin that can handle this?

Thanks

Petrik

-- 
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/2ee0c607-d747-468a-b9c9-30b292e7ed67%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to