Hello,
Could the TAP Plugin please be installed at the next available opportunity?
https://wiki.jenkins-ci.org/display/JENKINS/TAP+Plugin
We use it in conjunction with https://github.com/sstephenson/bats which outputs TAPS formatted test results. The plugin allows Jenkins to present and pass/fail the run based on the results.
Cheers,
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 17/08/15 12:24, Dominic Cleal wrote:
Hello,
Could the TAP Plugin please be installed at the next available opportunity?
https://wiki.jenkins-ci.org/display/JENKINS/TAP+Plugin
We use it in conjunction with https://github.com/sstephenson/bats which outputs TAPS formatted test results. The plugin allows Jenkins to present and pass/fail the run based on the results.
Cheers,
I added a card on the CI board and we'll add it next time we'll have a maintenance window. I'd be tempted to schedule such "low impact" changes every two weeks, as it's not a major change : it just needs a plugin install and jenkins restart. But if we decide to do that, all involved projects would also have to be aware of that small jenkins restart.
- -- Fabian Arrotin The CentOS Project | http://www.centos.org gpg key: 56BEC54E | twitter: @arrfab
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 19/08/15 13:53, Fabian Arrotin wrote:
On 17/08/15 12:24, Dominic Cleal wrote:
Hello,
Could the TAP Plugin please be installed at the next available opportunity?
We use it in conjunction with https://github.com/sstephenson/bats which outputs TAPS formatted test results. The plugin allows Jenkins to present and pass/fail the run based on the results.
Cheers,
I added a card on the CI board and we'll add it next time we'll have a maintenance window.
Thanks.
I'd be tempted to schedule such "low impact" changes every two weeks, as it's not a major change : it just needs a plugin install and jenkins restart. But if we decide to do that, all involved projects would also have to be aware of that small jenkins restart.
- From my (Foreman) perspective regular small restarts for plugin installation is fine, since Jenkins does a controlled shutdown, queues up jobs and continues after restart.
The complication might be if existing plugins get upgraded at the same time, particularly if there are dependencies from the one being installed, since it could change behaviour or in the worst case, require some attention from other users to update config.
- -- Dominic Cleal Red Hat Engineering