jenkins.sitespeed.io icon indicating copy to clipboard operation
jenkins.sitespeed.io copied to clipboard

A Jenkins plugin for sitespeed.io

Results 15 jenkins.sitespeed.io issues
Sort by recently updated
recently updated
newest added

I'd like to add the following configuration option: ``` --requestHeaders '{"X-Production-Mode":"on"}' ``` However, the single quotes are parsed as part of the value. Normal shell escaping doesn't work here either....

Hello, I am facing these exceptions: Couldn't store the file budgetresult.txtjava.io.FileNotFoundException: budgetresult.txt (Permission denied) Couldn't close the writer for budgetresult.txtjava.lang.NullPointerException Build step 'sitespeed.io' marked build as failure Any clues of...

I am getting following issue on adding sitespeed plugin in Jenkins. Help me to fix the issue.Thanks! **Build step failed with exception** java.lang.IllegalArgumentException: D:*****\Downloads\JENKINS_HOME\workspace\sitespeedtest\7\sitespeed-result is not a directory at io.sitespeed.jenkins.util.FileUtil.getLastModifiedFileNameInDir(FileUtil.java:77)...

I have a web application, on which I would like to run sitespeed.io. The tests would need to be integrated with Jenkins. The application has a login page. If I...

Hi there! could someone add a recent release here https://github.com/sitespeedio/jenkins.sitespeed.io/releases ? That would be very cute, so people like me do not have to find out (+install and configure) a...

While running mvn package encountered below issue - does anyone have the sitespeed.hpi file?? Sep 14, 2015 9:35:18 AM hudson.TcpSlaveAgentListener INFO: JNLP slave agent listener started on TCP port 49762...

Hello, I set the full path to local sitespeed.io installation ![path](https://cloud.githubusercontent.com/assets/2386100/6960637/cbd906ac-d924-11e4-9c0e-6e16ba02bb83.PNG) But he can't find the module. So I get this error: Couldn't store the file /srv/ci/workspace/Sitespeed.io_XXXXX/budget.jsonjava.io.FileNotFoundException: /srv/ci/workspace/Sitespeed.io_XXXXX/budget.json (No such...

Hello, i would really like to generate the timings with the plugin for: https://github.com/flecno/docker-grafana-graphite. But all my configuration don't work. It looks like this now: ![configuration](https://cloud.githubusercontent.com/assets/2386100/7064457/16133848-deaf-11e4-8db9-4f63e82aadc3.PNG)

https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins

enhancement

There's an incompatibility to run this plugin with slaved configured jobs : 1/ sitespeed.io runs on master, whatever the job configuration is 2/ for jobs running on slaves, the sitespeed.io...