Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trunk: CI server updates #2196

Closed
robocoder opened this issue Mar 17, 2011 · 3 comments
Closed

trunk: CI server updates #2196

robocoder opened this issue Mar 17, 2011 · 3 comments
Assignees
Labels
c: Website matomo.org For issues related to our matomo.org website. Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Milestone

Comments

@robocoder
Copy link
Contributor

  1. auto-update Jenkins using a cron job, e.g.,
#!/bin/sh
cd /usr/share/jetty/webapps
/etc/init.d/jetty stop
wget -N http://mirrors.jenkins-ci.org/war/latest/jenkins.war
chown jetty:adm jenkins.war
/etc/init.d/jetty start
  1. update webtest to r_1811
@robocoder
Copy link
Contributor Author

Done!

I set the cron job to update at 15:00 server time, daily. Down time will depend on whether or not there is an update, i.e., 18 seconds vs 18 minutes.

@mattab
Copy link
Member

mattab commented Mar 17, 2011

Is it upgrading Jenkins automatically to the latest build? interesting. I got a text that QA.piwik.org was down at 9PM UTC which might be why?

@robocoder
Copy link
Contributor Author

Yes, updating automatically to the latest build.

I don't think it had anything to do with the text you received though.

@robocoder robocoder added this to the Piwik 1.2.1 milestone Jul 8, 2014
@robocoder robocoder self-assigned this Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: Website matomo.org For issues related to our matomo.org website. Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Projects
None yet
Development

No branches or pull requests

2 participants