Marc Popp commented on Improvement JENKINS-26210

I have a multijob 'Deploy' that is called with parameters to deploy a host. It looks like that:

Name: Deploy
  - Phase 1
    - Job Step 1
  - Phase 2
    - Job Step 2
    - Job Step 3

Then I have one multijob per host, that calls the common multijob 'Deploy' with parameters:

Deploy_XYZ
  - Phase 1
    - Call Parameterised Job: Deploy

If I create the pipeline for one job everything is fine:

Deploy_XYZ -> Deploy -+-> Step 1
                      |
                      +-> Step 2
                      |
                      +-> Step 3

Also, in the the pipeline view I'm not interested in the common multijob 'Deploy' and the Steps, but just something like:

+-------------+   +-------------+
| ENV - QS    |-->| ENV - PROD  |
| Deploy_XYZ1 |   | Deploy_ABC1 |
| Deploy_XYZ2 |   | Deploy_ABC2 |
| Deploy_XYZ3 |   | Deploy_ABC3 |
+-------------+   +-------------+

I've attached a screenshot of how the pipeline looks like, with 2 ENVs and 1 Deploy Job each.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to