Re: XML Job to DSL Job Plugin for Multibranch Pipeline

2021-03-23 Thread kuisathaverat
I have an example of Multibranch pipeline job with jobDSL https://github.com/elastic/apm-pipeline-library/blob/master/.ci/jobDSL/jobs/apm-ci/apm-shared/oblt-test-env/test_mbp.groovy it could help you to save some time. El mar, 23 mar 2021 a las 11:15, Sverre Moe () escribió: > I will check out

Re: XML Job to DSL Job Plugin for Multibranch Pipeline

2021-03-23 Thread Sverre Moe
I will check out the Job DSL Documentation and try my luck to write the configuration my self. I had hope this XML Job to Job DSL would help me save some time. multibranchPipelineJob("my_awesome_job") { } tirsdag 23. mars 2021 kl. 11:11:30 UTC+1 skrev Sverre Moe: > Shame.

Re: XML Job to DSL Job Plugin for Multibranch Pipeline

2021-03-23 Thread Sverre Moe
Shame. I like Configuration by Code. We use mainly only Multibranch Pipeline. It is the one of the major things I think Jenkins is lacking. It has Configuration by Code for Jenkins Configuration, but limited for Job Configuration, supported by this plugin. mandag 22. mars 2021 kl. 22:29:26

Re: XML Job to DSL Job Plugin for Multibranch Pipeline

2021-03-22 Thread Ivan Fernandez Calvo
I have tested that plugin a couple of months ago, it works for simple jobs (freestyle, pipelines, ...) but I did not find a way to make it work with multibranch pipelines. Also, the support of JobDSL for multibranch pipelines is limited after 1.74, it is not possible to use configure blocks to

XML Job to DSL Job Plugin for Multibranch Pipeline

2021-03-22 Thread Sverre Moe
I have tried out the XML Job to DSL Job Plugin. It lists all single Pipeline jobs under a Multibranch Pipeline job. It does not seem to be able to export the Multibranch Pipeline Job. The DSL Job Plugin does seem to support Multibranch Pipeline jobs. There is no open issues to suggest this is a