[JIRA] (JENKINS-48832) Pipeline parallel scheduling issue

3 views
Skip to first unread message

gdaubar@gmail.com (JIRA)

unread,
Jan 17, 2020, 8:25:06 AM1/17/20
to jenkinsc...@googlegroups.com
Gerard Daubar commented on Bug JENKINS-48832
 
Re: Pipeline parallel scheduling issue

I am running into this exact same problem: the branch output in the log looks correct, but when the scheduling happens it just spawns N instances of the last branch/job in the list.
Versions:

Jenkins 2.164

All pipeline plugins are updated to their latest versions.

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)
Atlassian logo

gdaubar@gmail.com (JIRA)

unread,
Jan 17, 2020, 8:49:07 AM1/17/20
to jenkinsc...@googlegroups.com
Gerard Daubar edited a comment on Bug JENKINS-48832
I am running into this exact same problem: the branch output in the log looks correct, but when the scheduling happens it just spawns N instances of the last branch/job in the list.
The script I'm using looks like the original post.


Versions:

Jenkins 2.164

All pipeline plugins are updated to their latest versions.


---------------------------------

Output looks like this in the log:

[Pipeline] parallel
[Pipeline] { (Branch: libA)
[Pipeline] { (Branch: libB)
[Pipeline] { (Branch: libC)
[Pipeline] { (Branch: libD)
[Pipeline] { (Branch: libF)
[Pipeline] build (Building libF » my_git_branch)
08:41:28 Scheduling project: libF » my_git_branch
[Pipeline] build (Building libF » my_git_branch)
08:41:28 Scheduling project: libF » my_git_branch
[Pipeline] build (Building libF » my_git_branch)
08:41:28 Scheduling project: libF » my_git_branch
[Pipeline] build (Building libF » my_git_branch)
08:41:29 Scheduling project: libF » my_git_branch
[Pipeline] build (Building libF » my_git_branch)
08:41:29 Scheduling project: libF » my_git_branch

08:41:36 Starting building: libF » my_git_branch #45
08:41:36 Starting building: libF » my_git_branch #46
08:41:36 Starting building: libF » my_git_branch #49
08:41:36 Starting building: libF » my_git_branch #48
08:41:37 Starting building: libF » my_git_branch #47

 

 
Reply all
Reply to author
Forward
0 new messages