Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Do you have plan to make a function that yml parser? #3912

jeon710 ·

Hi,
Recently my company usually use GitHub enterprise.
And most of user want to test by using their own build format(like yml file).
For example, famous things are travis, circleCI and 'jenkins blue'.

Of course I directly setup important project on quickbuild.
But There are so many repositories in Github, and I can't setup configuration to all.
I guide to user how to setup qb configuration,
but user feel just write CI configuration file(like yml) in git is more convenient.

If you make this function, it will very very very useful.

Thanks & Regards,
Jeon

  • replies 1
  • views 627
  • stars 0
robinshen ADMIN ·

The flexibility of QB configurations (hierarchical inheritance/override/variable interpolation) will make it difficult to maintain in yml. We do have plan to adopt the trend of maintaining CI set up in git, but that is for a different product (onedev.io, currently only with git repository feature, but will be adding issue and build capabilities to it).