QA/Execution/Web Testing/Automation/Jenkins: Difference between revisions

Line 71: Line 71:
=== Automatic upgrade is failing or not available ===
=== Automatic upgrade is failing or not available ===
This may be because the location of the jenkins.war file has the wrong permissions. These can be reset using the command: <code>sudo chmod -R daemon /Applications/Jenkins/</code>
This may be because the location of the jenkins.war file has the wrong permissions. These can be reset using the command: <code>sudo chmod -R daemon /Applications/Jenkins/</code>
== Backups ==
=== Cannot perform a backup ===
If you see the messages in the Jenkins log then it's likely the that remote volume for the backup destination is not mounted.
* Cannot perform a backup. Please be sure jenkins/hudson has write privileges in the configured backup path {0}.
* Could not create backup directory. Backup cannot be performed.
To fix this, connect to qa-selenium.mv.mozilla.com, and execute the following from a terminal (you can use SSH or VNC):
    mkdir /Volumes/public
    sudo mount -t smbfs //guest@fs02/public /Volumes/public


= References =
= References =
Some content has been taken from [https://wiki.jenkins-ci.org/display/JENKINS/Thanks+for+using+OSX+Installer here].
Some content has been taken from [https://wiki.jenkins-ci.org/display/JENKINS/Thanks+for+using+OSX+Installer here].
Confirmed users
2,197

edits