Open sandeepbalouria opened 9 years ago
Hello,
I'm afraid jenkins-autojobs can only add jobs to views that already exist - it cannot create views by itself at the moment. However, it does actually make sense to have such functionality and I'll look into adding it in the coming week.
Could you elaborate a bit more on your second point? The way I understand it now is:
I must be missing something?
Regards, Georgi
Hi @gvalkov
3.The 'MyBranch' view is created if it didn't already exist. view ==> MyBranch
Jobs A, B, C, D are added to 'MyBranch'.
view ==> MyBranch four jobs ==> A-MyBranch, B-MyBranch, C-MyBranch, D-MyBranch These jobs are created using master jobs as templates
I hope This makes more sense.
thanks, Sandeep
Hi @gvalkov
I just wanted to see if this makes sense.
Ideally we should have autojobs -
This is what i am trying to do :-)
Thanks
Hi ,
I have four jobs on jenkins. This is the behavior i am trying to achieve.
1> create a new view (name of the view should be the new git branch) for any new git branch. 2> add my four jenkins jobs using the jobs i already have as templates .
How should i do it. Examples of git-config.yaml would be appriciated
Thanks in advance