gpt4 book ai didi

git - maven-release-plugin 不使用作业配置或/和 .ssh/config 中提供的 ssh key

转载 作者:太空狗 更新时间:2023-10-29 13:40:49 25 4
gpt4 key购买 nike

我有一个 jenkins 工作,它有一个 git repo 作为 scm,jenkins 通过 ssh 连接到后者。

关于克隆命令,一切都很好,我在 .ssh/config 中设置了正确的 key ,它被 Jenkins 使用。

但是当涉及到使用插件 maven-release-plugin(试用版本 2.3.2 和 2.5.1)执行 Maven 发布时,它失败并显示访问被拒绝。

[INFO] Executing: /bin/sh -c cd /path/slave/workspace/foo-27 && git push ssh://git@git.url/mfx/project.git refs/heads/develop-27:refs/heads/develop-27
[INFO] Working directory: /path/slave/workspace/foo-27

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 46.447s
[INFO] Finished at: Fri Oct 10 20:00:06 GMT 2014
[INFO] Final Memory: 15M/222M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving /path/slave/workspace/foo-27/pom.xml to /bld/shared/jenkins/jobs/foo-27/modules/bar$project/builds/2014-10-10_19-59-14/archive/bar/project/27.1.1.0-SNAPSHOT/project-27.1.1.0-SNAPSHOT.pom

Waiting for Jenkins to finish collecting data
mavenExecutionResult exceptions not empty
message : Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5.1:prepare (default-cli) on project project: Unable to commit files
Provider message:
The git-push command failed.
Command output:
Access denied.
fatal: Could not read from remote repository.

当我从与 pwd 相同的目录中的同一服务器运行相同的 git push 时,该命令完美运行。

另外,在我的工作定义中,我使用了一个为用户 git 设置 key 的凭证。

我的印象是 maven-release-plugin 没有使用 .ssh/config 中定义的 ssh key ...

我需要更改或做些什么才能让它发挥作用?

最佳答案

事实证明问题不在于 ssh key 。 “访问被拒绝”而非“权限被拒绝”的消息指出 git 存储库权限不足,无法创建标签。

关于git - maven-release-plugin 不使用作业配置或/和 .ssh/config 中提供的 ssh key ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26307424/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com