(转载)jenkins 安装 SVN Publisher 后向 svn 提交代码报错: E170001: Authentication required for...
摘要:问题描写叙述 安装并启动 jenkins 后,加入了 SVN Publisher 插件,然后在构建任务的“构建后操作”操作中加入了“Publish to Subversion repository”相关的配置。如图所看到的: 可是每次构建完毕之后并没有将相应的 jar 包成功提交到 svn 仓库中。
阅读全文
linux centos 访问根目录 not accessable
摘要:chmod 777 root 即可 或 chmod a+x root https://blog.csdn.net/CSDN_GYG/article/details/73276310
阅读全文