-
Bug
-
Resolution: Unresolved
-
Critical
-
Jenkins 1.609 installed using apt-get ubuntu
When the job runs and this job is no change files using the scm plugin maven, the following error occurs:
[INFO] — maven-scm-plugin: 1.9.4: checkin (default-cli) @ sample-project —
[INFO] Executing: / bin / sh -c cd / var / lib / jenkins / jobs / sample / workspace && svn --username redmine --password '*****' --no-auth-cache --non -interactive commit --file /tmp/maven-scm-791942431.commit --targets / tmp / maven-scm-5538185210154714974-targets
[INFO] Working directory: / var / lib / jenkins / jobs / sample / workspace
[ERROR] Provider message:
[ERROR] The svn command failed.
[ERROR] Command output:
[ERROR] svn: E215004: Authentication failed and interactive prompting is disabled; see the --force-interactive option
svn: E215004: Commit failed (details follow):
svn: E215004: Unable to connect to the repository at URL 'http: //svn.senfio.local/svn/senfio/software/sample/trunk/sample'
svn: E215004: No more credentials or we tried too many times.
Authentication failed
I can guarantee that the problem is not of authentication because the checkout runs perfectly and is also not allowed to commit why I can do commit using IDE without problems.
- duplicates
-
JENKINS-14781 Maven Release Plugin performs build without goals
- Open