小编and*_*_bu的帖子

Jenkins、Maven 发布插件和 SVN

我正在使用 Maven Release Plugin for Jenkins 发布。我收到以下错误:

    message : Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.2.2:prepare (default-cli) on project kobv-albert-frontend-dkfz: Unable to check for local modifications
Provider message:
The svn command failed.
Command output:
svn: E155036: Please see the 'svn upgrade' command
svn: E155036: Working copy '/var/lib/jenkins/jobs/svn-lokal-dkfz/workspace' is too old (format 10, created by Subversion 1.6)

cause : Unable to check for local modifications
Provider message:
The svn command failed.
Command output:
svn: E155036: Please see the 'svn upgrade' command
svn: E155036: …
Run Code Online (Sandbox Code Playgroud)

svn maven maven-release-plugin jenkins

4
推荐指数
1
解决办法
7299
查看次数

Subversion(SVNKit)与Jenkins合作

我和Jenkins一起有以下问题.我尝试构建项目并收到以下错误:

Started by user Jenkins Admin
Building in workspace /var/lib/jenkins/jenkins/jobs/kobv-albert-commons/workspace
Checking out a fresh workspace because Jenkins failed to detect the current workspace /var/lib/jenkins/jenkins/jobs/kobv-albert-commons/workspace
ERROR: svn: The path '/var/lib/jenkins/jenkins/jobs/kobv-albert-commons' appears to be part of Subversion 1.7 (SVNKit 1.4) or greater
working copy rooted at '/var/lib/jenkins/jenkins'.
Please upgrade your Subversion (SVNKit) client to use this working copy.
org.tmatesoft.svn.core.SVNException: svn: The path '/var/lib/jenkins/jenkins/jobs/kobv-albert-commons' appears to be part of Subversion 1.7 (SVNKit 1.4) or greater
working copy rooted at '/var/lib/jenkins/jenkins'.
Please upgrade your …
Run Code Online (Sandbox Code Playgroud)

svn jenkins

0
推荐指数
1
解决办法
6914
查看次数

标签 统计

jenkins ×2

svn ×2

maven ×1

maven-release-plugin ×1