Hi
Dne Thu, 14 Jul 2011 10:01:18 +0300 Stas Zarubin zarubin.stas@gmail.com napsal(a):
Yes. This is short names.
java -jar jenkins-cli.jar -s http://localhost:8080 install-plugin tasks java -jar jenkins-cli.jar -s http://localhost:8080 install-plugin dashboard-view java -jar jenkins-cli.jar -s http://localhost:8080 install-plugin cron_column
Please add this to wiki.
To make Jenkins pages more informative - http://zsv.dyndns.org/view/Reports/
I still don't get this one, maybe some more plugins are needed for it?
After you install Dashboard View plugin, you need to create new view by clicking on "+" and adding some tables and charts to view. Or paste the xml that I attached in main Jenkins confing (/var/lib/jenkins/config.xml) into <views> section, affter <hudson.model.AllView>
Again, something what could be mentioned on the wiki.
And possibly some irc bot for notification and trigger jobs, like pma-build on #phpmyadmin channel.
Maybe in future, for now I'd like to get basic setup working :-).
For Selenium configuration you need to download and run selenium-server.jar. And be able to run browsers, that configured in phpunit.xml.dist file.
Selenium tests should be now running as well.