Hi Renan, I'm migrating a few projects from CodeIgniter (+bunch of libraries and sparks) to FuelPHP and to CodeIgniter+Composer, and am having to learn Composer.
> Is there any activity to integrate Composer and Jenkins? Not that I'm aware of. > Is there a better way to use Composer through Jenkins? In my todo-list, right next to Composer is Phing. I haven't had time to read all the docs about Composer, but I want to understand if you have to run composer or if you can call it in phing scripts. What do you think? >Do you think that suggestions is useful for community? Definitely. I can help writing the plug-in, and can test it while I migrate my projects. Thanks! Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com --- Em qua, 24/4/13, Renan de Lima <[email protected]> escreveu: De: Renan de Lima <[email protected]> Assunto: What about a Composer plugin? Para: [email protected] Cc: [email protected] Data: Quarta-feira, 24 de Abril de 2013, 9:14 Hello all, I use Jenkins at work for PHP projects. We are starting adopt Composer in our systems cycle life. Unfortunately I've not seen any integration between Composer and Jenkins CI. For my organization we need basically two features: 1. Invoke Composer [build step] Arguments: - php path (optional, defaults to "/usr/bin/env php") - composer path (optional, defaults to "/usr/bin/env composer" or a built-in composer executable) - command (required... install/update/create-project/ validate... see https://getcomposer.org/doc/ 03-cli.md ) - options (free text to send to command line) 2. List Composer Package Versions [parameter] Arguments: - php path (optional, defaults to "/usr/bin/env php") - composer path (optional, defaults to "/usr/bin/env composer" or a built-in composer executable) - package name (required) - stability (some checkboxes that users can pick: dev, alpha, beta, RC and/or stable, see https://getcomposer.org/doc/ 04-schema.md#minimum-stability ) So then... Is there any activity to integrate Composer and Jenkins? Is there a better way to use Composer through Jenkins? Do you think that suggestions is useful for community? thanks, Renan de Lima just a note, I don't know if it's necessary... Composer is a dependency manager for PHP http://getcomposer.org/ -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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/groups/opt_out.
