Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Not A Defect
-
None
-
flexible pgublish - 0.15.2 , run condition - 1.0
Description
When two concurrent builds of same project are running (on two different nodes), if second build completes first, it is waiting for first build to complete before running the flexible publish logic.
I see a message like "Flexible publish is waiting for a checkpoint on appbuild #3557_remotes/origin/master" in 3558 build. This is unnecessarily delaying the builds from completion.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | bap [ bap ] | ikedam [ ikedam ] |
Resolution | Not A Defect [ 7 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Workflow | JNJira [ 166773 ] | JNJira + In-Review [ 198042 ] |
It's not a bug.
Some post-build steps require the last build finished.
Flexible-publish also requires that when embedding those post-build steps.
And flexible-publish doesn't require that if none of embedded post-build steps require that.