You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
Hello sorry for my english,
I would like to open a jenkins topic about "serialize
by FIFO structure, parameterized pipelines from the same repository and
recalculation of some parameters that are calculated prior to launch". I
did some research on this topic and I found some plugin having only a
queue working with the single job. The solution that i am looking for
is:
Launch the pipeline and jenkins checks if it's in
execution a pipeline from the same repository or if the pipeline has the
same application name.
If the last point is true,
jenkins inserts the pipeline in a queue and at the end of the last
pipeline it checks on final status (SUCCESS, ABORT, FAILURE) in order to
(or not) recalcucate some parameters (e.g. the Version) and launch the
pipeline stored in the queue.