Workflow Jobs not appearing in queue

29 views
Skip to first unread message

Kai H

unread,
Dec 20, 2015, 5:31:11 AM12/20/15
to Jenkins Users
Hi,

I tried this "adapted" example from the the TUTORIAL.md:371 ff:

node ('a-specific-node-with-one-executor') {
  input "Just stall the build for a while"
}

When I run this twice in parallel, the first build will be running on the executor and waiting for me to click on Proceed. The second job appears as pending in the project, yet when I look at the overall Jenkins build queue there is no trace of it at all. The document claims it would be shown as "part of <myJobName>" in the global Jenkins build queue. What am I missing?

Kai.

Kai H

unread,
Dec 20, 2015, 5:48:54 AM12/20/15
to Jenkins Users
Appears to have been fixed in the Jenkins core 1.642 version. I do see the Builds in the queue now.

Michael Neale

unread,
Dec 21, 2015, 12:07:35 AM12/21/15
to Jenkins Users
Note that putting input in a node is not a great idea *in general* as it ties up the executor (and all the resourced related) for a human to come along... workflow script allows it but it can cause pain.
Reply all
Reply to author
Forward
0 new messages