我的开发基础设施有点问题。我有一个 Jenkins CI,我想使用 Jenkins Confluence 发布插件在 wiki 页面上发布工件。我已按照插件主页中的所有步骤操作,但它不起作用。所有配置都已经过验证(凭据等)......但仍然无法正常工作。Jenkins 甚至会自动检查提供的凭据是否正确以及是否可以访问目标 Confluence 页面。
相反,在构建之后我有以下错误:
BUILD SUCCESSFUL
Total time: 15 seconds
Archiving artifacts
[confluence] Unable to locate page: ARTIFACT/App+Artifact+Page.
[confluence] Check that the page still exists. If the Space and/or Page name contain build-time parameters, check that the parameter(s) are set to the proper value(s).
Finished: SUCCESS
ARTIFACT 是空间名称,App Artifact Page 是页面名称。
任何帮助将不胜感激在此先感谢