- version 3.6
Check those constraints:
$this->anything()
| var winston = require('winston') | |
| require('winston-mongodb') | |
| // prepare some custom log levels | |
| var customLevels = { | |
| levels: { | |
| debug: 0, | |
| info: 1, | |
| warning: 2, | |
| error: 3 |
| $ java -jar jenkins-cli.jar -s http://localhost:9000 install-plugin findbugs | |
| findbugs is neither a valid file, URL, nor a plugin artifact name in the update center | |
| No update center data is retrieved yet from: http://updates.jenkins-ci.org/update-center.json | |
| findbugs looks like a short plugin name. Did you mean 'null'? | |
| # Specifying a full URL works! | |
| $ java -jar jenkins-cli.jar -s http://localhost:9020 install-plugin http://updates.jenkins-ci.org/download/plugins/AdaptivePlugin/0.1/AdaptivePlugin.hpi | |
| # Get the update center ourself |
| #!/bin/bash | |
| # /etc/init.d/selenium | |
| # debian-compatible selenium-grid startup script. | |
| # Based on jenkins startups | |
| # Praneeth Bodduluri <lifeeth[at]gmail.com> | |
| # update-rc.d -n -f selenium start 90 2 3 4 5 . stop 10 0 1 6 . | |
| ### BEGIN INIT INFO | |
| # Provides: selenium-grid | |
| # Required-Start: $remote_fs $syslog $network | |
| # Required-Stop: $remote_fs $syslog $network |