Привет! Я пытаюсь построить проект с использованием jenkins. Я использую конвейер jenkins, и я написал этот код в своем jenkinsfile
node {
stage('checkout')
{
checkout([$class: 'SubversionSCM', additionalCredentials: [], excludedCommitMessages: '', excludedRegions: '', excludedRevprop: '', excludedUsers: '', filterChangelog: false, ignoreDirPropChanges: false, includedRegions: '', locations: [[cancelProcessOnExternalsFail: true, credentialsId: '007bee40-b740-4f9f-99a4-f6b505163dd7', depthOption: 'infinity', ignoreExternalsOption: true, local: '.', remote: 'http://34.204.108.229/repos/newrep/branches']], quietOperation: true, workspaceUpdater: [$class: 'UpdateUpdater']])
}
}
Но я получаю эту ошибку при сборке. ОШИБКА: Ошибкаобновить http://34.204.108.229/repos/newrep/branches org.tmatesoft.svn.core.SVNException: svn: E200030: READONLY
Любая помощь будет оценена