Re: [JJB] Jenkins Job Builder - any users here?

2022-09-08 Thread Weihong Xu
Yes, I think that's how it should be. But the Job DSL document only shows how to use freestyle job as a seed job. I am wondering is their any example showing how to use a pipeline job as a seed job. Meanwhile Jenkins Job Builder can do the similar thing via command line. That's why I feel dif

Re: [JJB] Jenkins Job Builder - any users here?

2022-09-08 Thread 'Dirk Heinrichs' via Jenkins Users
Am Donnerstag, dem 08.09.2022 um 23:15 -0700 schrieb Weihong Xu: Not exactly. I have already used Jenkins pipeline to define the CI/CD workflow. The problem is I still need to create Jenkins job manually in the web UI to run those pipeline scripts. I hope this could also be automated. In the end

Re: [JJB] Jenkins Job Builder - any users here?

2022-09-08 Thread Weihong Xu
Not exactly. I have already used Jenkins pipeline to define the CI/CD workflow. The problem is I still need to create Jenkins job manually in the web UI to run those pipeline scripts. I hope this could also be automated. In the end users just need to tell the meta job where their repos are, and

Re: [JJB] Jenkins Job Builder - any users here?

2022-09-08 Thread 'Dirk Heinrichs' via Jenkins Users
Am Donnerstag, dem 08.09.2022 um 19:15 -0700 schrieb Weihong Xu: > I have plan to try it in our projects, but it is still a little bit > difficult for me to choose between Job DSL and it. I am try to find a > tool with which I can create a meta job in Jenkins that allows users > to fill there git

unable to access svn raspatory url in jenkins

2022-09-08 Thread Rakesh Jogaram
hello jenkins users please help on this issue -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discu

Re: [JJB] Jenkins Job Builder - any users here?

2022-09-08 Thread Weihong Xu
I have plan to try it in our projects, but it is still a little bit difficult for me to choose between Job DSL and it. I am try to find a tool with which I can create a meta job in Jenkins that allows users to fill there git url and then it will checkout the code and read some .yml file to crea