Presuming that you have the Jenkins server / master configured not to build software (no executors), you must have at least one build slave set to: Utilize this slave as much as possible or the system will not shelve jobs (at least on Jenkins v1.466.2)
From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Vanetta Floyd Sent: Wednesday, November 14, 2012 8:46 AM To: jenkinsci-users@googlegroups.com Subject: RE: Shelve Project - Waiting for next available executor Thank you. Yes, we have a Linux, 2 Winodows, and 2 Mac, build servers. The jobs I'm trying to shelve have all run successfully. They just will not recognize the build servers. On Nov 14, 2012 5:29 AM, "Lars Nordin" <lnor...@internap.com<mailto:lnor...@internap.com>> wrote: Even though the shelve project action is a virtual job and runs on the Jenkins host (somewhat similar to the parent of a matrix/multi-config job), you still have to have at least one build slave that will run any job so that the shelve job can run on it. From: jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com> [mailto:jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com>] On Behalf Of VFloyd Sent: Tuesday, November 13, 2012 2:48 PM To: jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com> Subject: Shelve Project - Waiting for next available executor Hi All, I have just installed the Shelve Project Plugin. Whenever I try to shelve a project it just sits in the "Build Queue" with the msg "Waiting for next available executor". There is nothing running on any of the build servers. Outside of clicking into the project and choosing "Shelve Project" from the left hand menu and then clicking on the "Shelve Project" button after that, what do I need to do to get this to work? Any info is appreciated.