When mount is returning:
STDERR: mount: block device /srv/database-data/postgres is write-protected, mounting read-only
mount: cannot mount block device /srv/database-data/postgres read-only
and dmesg shows:
| import hudson.model.* | |
| import hudson.maven.* | |
| import hudson.tasks.* | |
| import hudson.scm.* | |
| def match_url = "http://svn.mycorp.com/svn/devops" | |
| for(item in Hudson.instance.items) { | |
| hasClaim = false; | |
| if (item.scm instanceof SubversionSCM) |